aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2008-07-22 14:19:39 -0700
committerRoland Dreier <rolandd@cisco.com>2008-07-22 14:19:39 -0700
commit47b374752aed1c029f995473c7c463ee3ae5fbaa (patch)
treece6dfb09d0e0f359b49e31e70bbfe3a599beebb2 /drivers/infiniband/hw/mlx4/qp.c
parent51f5f0ee22b98980f7816d42647467cd5f4b3b45 (diff)
downloadkernel_samsung_smdk4412-47b374752aed1c029f995473c7c463ee3ae5fbaa.zip
kernel_samsung_smdk4412-47b374752aed1c029f995473c7c463ee3ae5fbaa.tar.gz
kernel_samsung_smdk4412-47b374752aed1c029f995473c7c463ee3ae5fbaa.tar.bz2
IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_seg
Make the struct name consistent with other WQE segment struct types defined in <linux/mlx4/qp.h>. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/qp.c')
-rw-r--r--drivers/infiniband/hw/mlx4/qp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mlx4/qp.c b/drivers/infiniband/hw/mlx4/qp.c
index 89eb6cb..bda0859 100644
--- a/drivers/infiniband/hw/mlx4/qp.c
+++ b/drivers/infiniband/hw/mlx4/qp.c
@@ -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);