Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h92 struct bnxt_re_cq *scq;
93 struct bnxt_re_cq *rcq;
96 struct bnxt_re_cq { struct
A Dib_verbs.c1246 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1283 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1289 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2793 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2797 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
2815 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3418 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
3548 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_req_notify_cq()
A Dmain.c557 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
744 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()

Completed in 14 milliseconds