Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h92 struct bnxt_re_cq *scq;
93 struct bnxt_re_cq *rcq;
96 struct bnxt_re_cq { struct
H A Dib_verbs.c1246 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1281 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1292 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2804 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2808 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
2826 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3426 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
3560 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_req_notify_cq()
H A Dmain.c683 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
919 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()