Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105649
b: refs/heads/master
c: 47b3747
h: refs/heads/master
i:
  105647: c451939
v: v3
  • Loading branch information
Roland Dreier committed Jul 22, 2008
1 parent 356af06 commit ac8b45b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51f5f0ee22b98980f7816d42647467cd5f4b3b45
refs/heads/master: 47b374752aed1c029f995473c7c463ee3ae5fbaa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mlx4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
dseg->addr = cpu_to_be64(sg->addr);
}

static int build_lso_seg(struct mlx4_lso_seg *wqe, struct ib_send_wr *wr,
static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, struct ib_send_wr *wr,
struct mlx4_ib_qp *qp, unsigned *lso_seg_len)
{
unsigned halign = ALIGN(sizeof *wqe + wr->wr.ud.hlen, 16);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/mlx4/qp.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct mlx4_wqe_datagram_seg {
__be32 reservd[2];
};

struct mlx4_lso_seg {
struct mlx4_wqe_lso_seg {
__be32 mss_hdr_size;
__be32 header[0];
};
Expand Down

0 comments on commit ac8b45b

Please sign in to comment.