IB/ehca: Define array to store SMI/GSI QPs
[cascardo/linux.git] / drivers / infiniband / hw / ehca / ehca_classes.h
index 3f2d68c..936580d 100644 (file)
@@ -94,8 +94,7 @@ struct ehca_sma_attr {
 
 struct ehca_sport {
        struct ib_cq *ibcq_aqp1;
-       struct ib_qp *ibqp_aqp1;
-       enum ib_rate  rate;
+       struct ib_qp *ibqp_sqp[2];
        enum ib_port_state port_state;
        struct ehca_sma_attr saved_attr;
 };
@@ -323,7 +322,7 @@ extern int ehca_static_rate;
 extern int ehca_port_act_time;
 extern int ehca_use_hp_mr;
 extern int ehca_scaling_code;
-extern int ehca_mr_largepage;
+extern int ehca_lock_hcalls;
 
 struct ipzu_queue_resp {
        u32 qe_size;      /* queue entry size */