Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h96 struct bnxt_re_cq *scq;
97 struct bnxt_re_cq *rcq;
100 struct bnxt_re_cq { struct
Dib_verbs.c1384 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1419 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1425 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
2981 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
2983 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
3004 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3124 static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq) in bnxt_re_resize_cq_complete()
3147 struct bnxt_re_cq *cq; in bnxt_re_resize_cq()
3150 cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_resize_cq()
3720 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
[all …]
Dmain.c926 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
1162 static int bnxt_re_handle_cq_async_error(void *event, struct bnxt_re_cq *cq) in bnxt_re_handle_cq_async_error()
1199 struct bnxt_re_cq *cq; in bnxt_re_handle_affi_async_event()
1215 cq = container_of(lib_cq, struct bnxt_re_cq, qplib_cq); in bnxt_re_handle_affi_async_event()
1266 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
Dqplib_fp.c330 struct bnxt_re_cq *cq_p; in bnxt_qplib_service_nq()
341 cq_p = container_of(cq, struct bnxt_re_cq, qplib_cq); in bnxt_qplib_service_nq()