aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_dev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h
index 751f69479a78..5ecdd2eeeb0f 100644
--- a/drivers/infiniband/hw/mthca/mthca_dev.h
+++ b/drivers/infiniband/hw/mthca/mthca_dev.h
@@ -440,12 +440,14 @@ int mthca_alloc_qp(struct mthca_dev *dev,
440 struct mthca_cq *recv_cq, 440 struct mthca_cq *recv_cq,
441 enum ib_qp_type type, 441 enum ib_qp_type type,
442 enum ib_sig_type send_policy, 442 enum ib_sig_type send_policy,
443 struct ib_qp_cap *cap,
443 struct mthca_qp *qp); 444 struct mthca_qp *qp);
444int mthca_alloc_sqp(struct mthca_dev *dev, 445int mthca_alloc_sqp(struct mthca_dev *dev,
445 struct mthca_pd *pd, 446 struct mthca_pd *pd,
446 struct mthca_cq *send_cq, 447 struct mthca_cq *send_cq,
447 struct mthca_cq *recv_cq, 448 struct mthca_cq *recv_cq,
448 enum ib_sig_type send_policy, 449 enum ib_sig_type send_policy,
450 struct ib_qp_cap *cap,
449 int qpn, 451 int qpn,
450 int port, 452 int port,
451 struct mthca_sqp *sqp); 453 struct mthca_sqp *sqp);