Home
last modified time | relevance | path

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

/Linux-v4.19/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;
370 struct bnxt_qplib_cq { struct
456 struct bnxt_qplib_cq *cq);
467 struct bnxt_qplib_cq *cq;
477 struct bnxt_qplib_cq *cq),
512 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
513 int bnxt_qplib_destroy_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
514 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
[all …]
Dqplib_fp.c53 static void bnxt_qplib_arm_cq_enable(struct bnxt_qplib_cq *cq);
54 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
67 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()
240 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq()
272 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
411 struct bnxt_qplib_cq *), in bnxt_qplib_enable_nq() argument
1360 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
1884 static void bnxt_qplib_arm_cq_enable(struct bnxt_qplib_cq *cq) in bnxt_qplib_arm_cq_enable()
1896 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.c845 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()