Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h52 struct bnxt_qplib_cq *cq;
294 struct bnxt_qplib_cq *scq;
295 struct bnxt_qplib_cq *rcq;
371 struct bnxt_qplib_cq { struct
490 struct bnxt_qplib_cq *cq);
501 struct bnxt_qplib_cq *cq;
511 struct bnxt_qplib_cq *cq),
546 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
547 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
548 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
[all …]
Dqplib_fp.c56 static void bnxt_qplib_arm_cq_enable(struct bnxt_qplib_cq *cq);
57 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
70 struct bnxt_qplib_cq *scq, *rcq; in __bnxt_qplib_add_flush_qp()
158 struct bnxt_qplib_cq *cq = nq_work->cq; in bnxt_qpn_cqn_sched_task()
241 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq()
274 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
418 struct bnxt_qplib_cq *), in bnxt_qplib_enable_nq() argument
1371 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
1901 static void bnxt_qplib_arm_cq_enable(struct bnxt_qplib_cq *cq) in bnxt_qplib_arm_cq_enable()
1912 static void bnxt_qplib_arm_cq(struct bnxt_qplib_cq *cq, u32 arm_type) in bnxt_qplib_arm_cq()
[all …]
Dib_verbs.h102 struct bnxt_qplib_cq qplib_cq;
Dmain.c880 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()