Lines Matching refs:ib_srq
1092 void bnxt_re_destroy_srq(struct ib_srq *ib_srq, in bnxt_re_destroy_srq() argument
1095 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, ibsrq); in bnxt_re_destroy_srq()
1204 int bnxt_re_create_srq(struct ib_srq *srq_in, struct ib_srq_init_attr *srq_init_attr, in bnxt_re_create_srq()
1213 struct ib_srq *ib_srq = srq_in; in bnxt_re_create_srq() local
1214 struct ib_pd *ib_pd = ib_srq->pd; in bnxt_re_create_srq()
1216 container_of(ib_srq, struct bnxt_re_srq, ibsrq); in bnxt_re_create_srq()
1312 int bnxt_re_modify_srq(struct ib_srq *ib_srq, struct ib_srq_attr *srq_attr, in bnxt_re_modify_srq() argument
1316 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_modify_srq()
1354 int bnxt_re_query_srq(struct ib_srq *ib_srq, struct ib_srq_attr *srq_attr) in bnxt_re_query_srq() argument
1356 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_query_srq()
1374 int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr, in bnxt_re_post_srq_recv() argument
1377 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_post_srq_recv()