diff options
author | Jack Morgenstein <jackm@mellanox.co.il> | 2005-11-04 19:03:32 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-11-05 00:28:21 -0500 |
commit | 0f69ce1e4474e5d5e266457e8a1f4166cf71f6c7 (patch) | |
tree | ea857a2670e77bd8e8e8538f42504bcaa1a515d5 /drivers/infiniband/hw/mthca/mthca_dev.h | |
parent | 7015faa7df829876a0f931cd18aa6d7c24a1b581 (diff) |
[IB] mthca: report page size capability
Report the device's real page size capability in mthca_query_device().
Signed-off-by: Jack Morgenstein <jackm@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index e7e5d3b4f004..808037f25c78 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h | |||
@@ -154,6 +154,7 @@ struct mthca_limits { | |||
154 | int reserved_mcgs; | 154 | int reserved_mcgs; |
155 | int num_pds; | 155 | int num_pds; |
156 | int reserved_pds; | 156 | int reserved_pds; |
157 | u32 page_size_cap; | ||
157 | u32 flags; | 158 | u32 flags; |
158 | u8 port_width_cap; | 159 | u8 port_width_cap; |
159 | }; | 160 | }; |