Lines Matching refs:srq
420 struct ib_srq *srq; member
823 struct ib_srq *srq; member
1251 struct ib_srq *srq; member
1536 int (*modify_srq)(struct ib_srq *srq,
1540 int (*query_srq)(struct ib_srq *srq,
1542 int (*destroy_srq)(struct ib_srq *srq);
1543 int (*post_srq_recv)(struct ib_srq *srq,
1872 int ib_modify_srq(struct ib_srq *srq,
1882 int ib_query_srq(struct ib_srq *srq,
1889 int ib_destroy_srq(struct ib_srq *srq);
1898 static inline int ib_post_srq_recv(struct ib_srq *srq, in ib_post_srq_recv() argument
1902 return srq->device->post_srq_recv(srq, recv_wr, bad_recv_wr); in ib_post_srq_recv()