Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h98 struct bnxt_qplib_cq *cq;
309 struct bnxt_qplib_cq *scq;
310 struct bnxt_qplib_cq *rcq;
393 struct bnxt_qplib_cq { struct
465 struct bnxt_qplib_cq *cq);
490 struct bnxt_qplib_cq *cq;
532 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
533 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
534 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
536 bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq);
[all …]
H A Dqplib_fp.c57 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
69 struct bnxt_qplib_cq *scq, *rcq; in __bnxt_qplib_add_flush_qp()
157 struct bnxt_qplib_cq *cq = nq_work->cq; in bnxt_qpn_cqn_sched_task()
234 static void clean_nq(struct bnxt_qplib_nq *nq, struct bnxt_qplib_cq *cq) in clean_nq()
286 static void __wait_for_all_nqes(struct bnxt_qplib_cq *cq, u16 cnq_events) in __wait_for_all_nqes()
304 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()
1416 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
2033 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_create_cq()
2101 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_destroy_cq()
[all …]
H A Dib_verbs.h102 struct bnxt_qplib_cq qplib_cq;
H A Dmain.c917 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()