Home
last modified time | relevance | path

Searched refs:bnxt_re_cq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h92 struct bnxt_re_cq *scq;
93 struct bnxt_re_cq *rcq;
96 struct bnxt_re_cq { struct
Dib_verbs.c1241 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1278 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1284 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2787 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2791 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
2809 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3406 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
3536 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_req_notify_cq()
Dmain.c712 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
912 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()