Home
last modified time | relevance | path

Searched defs:ibsrq (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_srq.c48 int ipath_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in ipath_post_srq_receive()
215 int ipath_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in ipath_modify_srq()
351 int ipath_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr) in ipath_query_srq()
365 int ipath_destroy_srq(struct ib_srq *ibsrq) in ipath_destroy_srq()
Dipath_verbs.h321 struct ib_srq ibsrq; member
675 static inline struct ipath_srq *to_isrq(struct ib_srq *ibsrq) in to_isrq()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_srq.c48 int qib_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in qib_post_srq_receive()
211 int qib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in qib_modify_srq()
351 int qib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr) in qib_query_srq()
365 int qib_destroy_srq(struct ib_srq *ibsrq) in qib_destroy_srq()
Dqib_verbs.h376 struct ib_srq ibsrq; member
785 static inline struct qib_srq *to_isrq(struct ib_srq *ibsrq) in to_isrq()
/linux-3.4.99/drivers/infiniband/hw/mlx4/
Dsrq.c49 struct ib_srq *ibsrq = &to_mibsrq(srq)->ibsrq; in mlx4_ib_srq_event() local
227 int mlx4_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in mlx4_ib_modify_srq()
253 int mlx4_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr) in mlx4_ib_query_srq()
308 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mlx4_ib_post_srq_recv()
Dmlx4_ib.h161 struct ib_srq ibsrq; member
261 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_srq.c364 int mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in mthca_modify_srq()
388 int mthca_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr) in mthca_query_srq()
475 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_tavor_post_srq_recv()
575 int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_arbel_post_srq_recv()
Dmthca_provider.h223 struct ib_srq ibsrq; member
329 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq()
/linux-3.4.99/drivers/infiniband/hw/ehca/
Dehca_qp.c2036 int ehca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in ehca_modify_srq()