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 67a2f324a274..6e18c128af42 100644
--- a/drivers/infiniband/hw/mthca/mthca_dev.h
+++ b/drivers/infiniband/hw/mthca/mthca_dev.h
@@ -448,6 +448,8 @@ void mthca_cq_clean(struct mthca_dev *dev, u32 cqn, u32 qpn,
448int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd, 448int mthca_alloc_srq(struct mthca_dev *dev, struct mthca_pd *pd,
449 struct ib_srq_attr *attr, struct mthca_srq *srq); 449 struct ib_srq_attr *attr, struct mthca_srq *srq);
450void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq); 450void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq);
451int mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
452 enum ib_srq_attr_mask attr_mask);
451void mthca_srq_event(struct mthca_dev *dev, u32 srqn, 453void mthca_srq_event(struct mthca_dev *dev, u32 srqn,
452 enum ib_event_type event_type); 454 enum ib_event_type event_type);
453void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr); 455void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr);