Searched refs:bnxt_qplib_cq (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.h | 100 struct bnxt_qplib_cq *cq; 313 struct bnxt_qplib_cq *scq; 314 struct bnxt_qplib_cq *rcq; 412 struct bnxt_qplib_cq { struct 486 struct bnxt_qplib_cq *cq); 511 struct bnxt_qplib_cq *cq; 553 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq); 554 int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq, 557 struct bnxt_qplib_cq *cq); 558 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq); [all …]
|
D | qplib_fp.c | 62 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp); 74 struct bnxt_qplib_cq *scq, *rcq; in __bnxt_qplib_add_flush_qp() 162 struct bnxt_qplib_cq *cq = nq_work->cq; in bnxt_qpn_cqn_sched_task() 239 static void clean_nq(struct bnxt_qplib_nq *nq, struct bnxt_qplib_cq *cq) in clean_nq() 289 static void __wait_for_all_nqes(struct bnxt_qplib_cq *cq, u16 cnq_events) in __wait_for_all_nqes() 305 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq() 335 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq() 1479 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq() 2146 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_create_cq() 2220 struct bnxt_qplib_cq *cq) in bnxt_qplib_resize_cq_complete() [all …]
|
D | ib_verbs.h | 106 struct bnxt_qplib_cq qplib_cq;
|
D | main.c | 1197 struct bnxt_qplib_cq *lib_cq; in bnxt_re_handle_affi_async_event() 1264 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()
|