aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4/qp.h
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 /include/linux/mlx4/qp.h
parentmlx4_core: Add module parameter to enable QoS support (diff)
downloadlinux-dev-47b374752aed1c029f995473c7c463ee3ae5fbaa.tar.xz
linux-dev-47b374752aed1c029f995473c7c463ee3ae5fbaa.zip
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 'include/linux/mlx4/qp.h')
-rw-r--r--include/linux/mlx4/qp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mlx4/qp.h b/include/linux/mlx4/qp.h
index 7f128b266faa..f02e9ed36cfa 100644
--- a/include/linux/mlx4/qp.h
+++ b/include/linux/mlx4/qp.h
@@ -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];
};