Searched refs:bnxt_re_srq (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 1227 struct bnxt_re_srq *srq; in bnxt_re_init_rq_attr() 1229 srq = container_of(init_attr->srq, struct bnxt_re_srq, ib_srq); in bnxt_re_init_rq_attr() 1717 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_destroy_srq() 1739 struct bnxt_re_srq *srq, in bnxt_re_init_user_srq() 1777 struct bnxt_re_srq *srq; in bnxt_re_create_srq() 1787 srq = container_of(ib_srq, struct bnxt_re_srq, ib_srq); in bnxt_re_create_srq() 1872 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_modify_srq() 1905 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_query_srq() 1907 struct bnxt_re_srq tsrq; in bnxt_re_query_srq() 1928 struct bnxt_re_srq *srq = container_of(ib_srq, struct bnxt_re_srq, in bnxt_re_post_srq_recv() [all …]
|
D | ib_verbs.h | 73 struct bnxt_re_srq { struct
|
D | main.c | 929 INIT_RDMA_OBJ_SIZE(ib_srq, bnxt_re_srq, ib_srq), 1033 struct bnxt_re_srq *srq = NULL; in bnxt_re_handle_qp_async_event() 1038 srq = container_of(qp->qplib_qp.srq, struct bnxt_re_srq, in bnxt_re_handle_qp_async_event() 1247 struct bnxt_re_srq *srq = container_of(handle, struct bnxt_re_srq, in bnxt_re_srqn_handler()
|
D | qplib_fp.c | 359 struct bnxt_re_srq *srq_p; in bnxt_qplib_service_nq() 370 srq_p = container_of(srq, struct bnxt_re_srq, qplib_srq); in bnxt_qplib_service_nq()
|