Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h94 struct bnxt_re_cq *scq;
95 struct bnxt_re_cq *rcq;
98 struct bnxt_re_cq { struct
H A Dib_verbs.c1359 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1396 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1402 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2934 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2938 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
2954 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3059 static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq) in bnxt_re_resize_cq_complete()
3082 struct bnxt_re_cq *cq; in bnxt_re_resize_cq()
3085 cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_resize_cq()
3655 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
[all …]
H A Dmain.c876 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
1067 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()