summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/fw.h
diff options
context:
space:
mode:
authorRoland Dreier2008-07-23 17:12:26 +0200
committerRoland Dreier2008-07-23 17:12:26 +0200
commit95d04f0735b4fc837bff9aedcc3f3efb20ddc3d1 (patch)
tree900cd7debae9827c3e20f5199307ae27e83ba862 /drivers/net/mlx4/fw.h
parentmlx4_core: Keep free count for MTT buddy allocator (diff)
downloadkernel-qcow2-linux-95d04f0735b4fc837bff9aedcc3f3efb20ddc3d1.tar.gz
kernel-qcow2-linux-95d04f0735b4fc837bff9aedcc3f3efb20ddc3d1.tar.xz
kernel-qcow2-linux-95d04f0735b4fc837bff9aedcc3f3efb20ddc3d1.zip
IB/mlx4: Add support for memory management extensions and local DMA L_Key
Add support for the following operations to mlx4 when device firmware supports them: - Send with invalidate and local invalidate send queue work requests; - Allocate/free fast register MRs; - Allocate/free fast register MR page lists; - Fast register MR send queue work requests; - Local DMA L_Key. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/net/mlx4/fw.h')
-rw-r--r--drivers/net/mlx4/fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mlx4/fw.h b/drivers/net/mlx4/fw.h
index a0e046c149b7..fbf0e22be122 100644
--- a/drivers/net/mlx4/fw.h
+++ b/drivers/net/mlx4/fw.h
@@ -98,7 +98,7 @@ struct mlx4_dev_cap {
int cmpt_entry_sz;
int mtt_entry_sz;
int resize_srq;
- u8 bmme_flags;
+ u32 bmme_flags;
u32 reserved_lkey;
u64 max_icm_sz;
int max_gso_sz;