diff options
author | Jack Morgenstein <jackm@mellanox.co.il> | 2005-09-26 15:30:02 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2005-10-17 18:20:24 -0400 |
commit | 33033b797225553e48ca68d8d8dc5e64ec22e02b (patch) | |
tree | f76970269a0a16eb6b301f3d048af7670232d652 /drivers/infiniband/hw/mthca/mthca_dev.h | |
parent | 0c33aeedb2cf99d877ad9adc7c3df07870f60293 (diff) |
[IB] mthca: Report correct atomic capability
Return correct atomic capability flag from mthca query function.
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 7bff5a8425f4..67a2f324a274 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h | |||
@@ -148,6 +148,7 @@ struct mthca_limits { | |||
148 | int reserved_mcgs; | 148 | int reserved_mcgs; |
149 | int num_pds; | 149 | int num_pds; |
150 | int reserved_pds; | 150 | int reserved_pds; |
151 | u32 flags; | ||
151 | u8 port_width_cap; | 152 | u8 port_width_cap; |
152 | }; | 153 | }; |
153 | 154 | ||