Searched refs:bnxt_re_srq (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | ib_verbs.c | 1010 struct bnxt_re_srq *srq; in bnxt_re_create_qp() 1073 srq = container_of(qp_init_attr->srq, struct bnxt_re_srq, in bnxt_re_create_qp() 1293 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_destroy_srq() 1310 struct bnxt_re_srq *srq, in bnxt_re_init_user_srq() 1347 struct bnxt_re_srq *srq = in bnxt_re_create_srq() 1348 container_of(ib_srq, struct bnxt_re_srq, ib_srq); in bnxt_re_create_srq() 1420 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_modify_srq() 1454 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_query_srq() 1456 struct bnxt_re_srq tsrq; in bnxt_re_query_srq() 1477 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_post_srq_recv()
|
| D | ib_verbs.h | 71 struct bnxt_re_srq { struct
|
| D | main.c | 646 INIT_RDMA_OBJ_SIZE(ib_srq, bnxt_re_srq, ib_srq), 852 struct bnxt_re_srq *srq = container_of(handle, struct bnxt_re_srq, in bnxt_re_srqn_handler()
|