summaryrefslogtreecommitdiff
path: root/drivers/net/mlx4/fw.h
diff options
context:
space:
mode:
authorOr Gerlitz <ogerlitz@mellanox.com>2011-06-15 14:41:42 (GMT)
committerRoland Dreier <roland@purestorage.com>2011-07-19 04:04:32 (GMT)
commit52eafc68d601afd699b023201b0c6be5209f39ce (patch)
tree01a65357f2f39b07836c44f8b2cd490e5cd62853 /drivers/net/mlx4/fw.h
parent6451c712fef3b13bb3fc5a41adadc539e0d06a42 (diff)
downloadlinux-fsl-qoriq-52eafc68d601afd699b023201b0c6be5209f39ce.tar.xz
mlx4_core: Extend capability flags to 64 bits
The latest firmware adds a second dword containing more device flags, so extend the device capabilities flags field from 32 to 64 bits. Derived from patch by Eli Cohen <eli@mellanox.co.il> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.co.il> Signed-off-by: Roland Dreier <roland@purestorage.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 88003eb..2a8d110 100644
--- a/drivers/net/mlx4/fw.h
+++ b/drivers/net/mlx4/fw.h
@@ -83,7 +83,7 @@ struct mlx4_dev_cap {
int vep_uc_steering;
int vep_mc_steering;
int wol;
- u32 flags;
+ u64 flags;
int reserved_uars;
int uar_size;
int min_page_sz;