diff options
author | Hoang-Nam Nguyen <hnguyen at de.ibm.com> | 2008-01-17 09:04:32 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:44 -0500 |
commit | b8b50e353b85bc3c791dd2b99370ac300ebcd186 (patch) | |
tree | 80b6706a9601b3ce61c1d9caa049eb06520ed87a /drivers/infiniband/hw/ehca/ehca_classes.h | |
parent | 0c86e280fe8a08d4ae30b77e46a1e7da28d756c9 (diff) |
IB/ehca: Define array to store SMI/GSI QPs
Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ehca/ehca_classes.h')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_classes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_classes.h b/drivers/infiniband/hw/ehca/ehca_classes.h index 74d2b72a11d8..936580d86ad3 100644 --- a/drivers/infiniband/hw/ehca/ehca_classes.h +++ b/drivers/infiniband/hw/ehca/ehca_classes.h | |||
@@ -94,7 +94,7 @@ struct ehca_sma_attr { | |||
94 | 94 | ||
95 | struct ehca_sport { | 95 | struct ehca_sport { |
96 | struct ib_cq *ibcq_aqp1; | 96 | struct ib_cq *ibcq_aqp1; |
97 | struct ib_qp *ibqp_aqp1; | 97 | struct ib_qp *ibqp_sqp[2]; |
98 | enum ib_port_state port_state; | 98 | enum ib_port_state port_state; |
99 | struct ehca_sma_attr saved_attr; | 99 | struct ehca_sma_attr saved_attr; |
100 | }; | 100 | }; |