Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h96 struct bnxt_re_cq *scq;
97 struct bnxt_re_cq *rcq;
101 struct bnxt_re_cq { struct
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()
1301 INIT_RDMA_OBJ_SIZE(ib_cq, bnxt_re_cq, ib_cq),
1557 static int bnxt_re_handle_cq_async_error(void *event, struct bnxt_re_cq *cq) in bnxt_re_handle_cq_async_error()
1594 struct bnxt_re_cq *cq; in bnxt_re_handle_affi_async_event()
1610 cq = container_of(lib_cq, struct bnxt_re_cq, qplib_cq); in bnxt_re_handle_affi_async_event()
1661 struct bnxt_re_cq *cq = container_of(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
A Dib_verbs.c1439 struct bnxt_re_cq *cq; in bnxt_re_init_qp_attr()
3056 struct bnxt_re_cq *cq; in bnxt_re_destroy_cq()
3058 cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_destroy_cq()
3080 struct bnxt_re_cq *cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_create_cq()
3192 static void bnxt_re_resize_cq_complete(struct bnxt_re_cq *cq) in bnxt_re_resize_cq_complete()
3215 struct bnxt_re_cq *cq; in bnxt_re_resize_cq()
3218 cq = container_of(ibcq, struct bnxt_re_cq, ib_cq); in bnxt_re_resize_cq()
3788 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_poll_cq()
3930 struct bnxt_re_cq *cq = container_of(ib_cq, struct bnxt_re_cq, ib_cq); in bnxt_re_req_notify_cq()
4401 struct bnxt_re_cq *cq = NULL, *tmp_cq; in bnxt_re_search_for_cq()
[all …]
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()

Completed in 21 milliseconds