Lines Matching refs:srq
486 struct ib_srq *srq; member
887 struct ib_srq *srq; member
1343 struct ib_srq *srq; member
1681 int (*modify_srq)(struct ib_srq *srq,
1685 int (*query_srq)(struct ib_srq *srq,
1687 int (*destroy_srq)(struct ib_srq *srq);
1688 int (*post_srq_recv)(struct ib_srq *srq,
2324 int ib_modify_srq(struct ib_srq *srq,
2334 int ib_query_srq(struct ib_srq *srq,
2341 int ib_destroy_srq(struct ib_srq *srq);
2350 static inline int ib_post_srq_recv(struct ib_srq *srq, in ib_post_srq_recv() argument
2354 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr); in ib_post_srq_recv()