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.c1346 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1383 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1389 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2911 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2915 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
2931 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3036 static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq) in bnxt_re_resize_cq_complete()
3059 struct bnxt_re_cq *cq; in bnxt_re_resize_cq()
3062 cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_resize_cq()
3632 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
[all …]
H A Dmain.c868 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
1059 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()