Searched refs:bnxt_re_cq (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | ib_verbs.h | 92 struct bnxt_re_cq *scq; 93 struct bnxt_re_cq *rcq; 96 struct bnxt_re_cq { struct
|
| D | ib_verbs.c | 1009 struct bnxt_re_cq *cq; in bnxt_re_create_qp() 1049 cq = container_of(qp_init_attr->send_cq, struct bnxt_re_cq, in bnxt_re_create_qp() 1061 cq = container_of(qp_init_attr->recv_cq, struct bnxt_re_cq, in bnxt_re_create_qp() 2517 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq() 2521 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq() 2538 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq() 3116 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq() 3249 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_req_notify_cq()
|
| D | main.c | 644 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq), 882 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
|