Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h96 struct bnxt_re_cq *scq;
97 struct bnxt_re_cq *rcq;
101 struct bnxt_re_cq { struct
H A Dmain.c1068 struct bnxt_re_cq *cq; in bnxt_re_fill_res_cq_entry()
1070 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_fill_res_cq_entry()
1097 struct bnxt_re_cq *cq; in bnxt_re_fill_res_cq_entry_raw()
1101 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_fill_res_cq_entry_raw()
1300 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
1556 static int bnxt_re_handle_cq_async_error(void *event, struct bnxt_re_cq *cq) in bnxt_re_handle_cq_async_error()
1593 struct bnxt_re_cq *cq; in bnxt_re_handle_affi_async_event()
1609 cq = container_of(lib_cq, struct bnxt_re_cq, qplib_cq); in bnxt_re_handle_affi_async_event()
1660 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
H A Dib_verbs.c1438 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
1473 cq = container_of(init_attr->send_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
1479 cq = container_of(init_attr->recv_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_init_qp_attr()
3064 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
3066 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
3089 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3201 static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq) in bnxt_re_resize_cq_complete()
3224 struct bnxt_re_cq *cq; in bnxt_re_resize_cq()
3227 cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_resize_cq()
3797 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
[all …]
H A 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()