Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h100 struct bnxt_qplib_cq *cq;
311 struct bnxt_qplib_cq *scq;
312 struct bnxt_qplib_cq *rcq;
410 struct bnxt_qplib_cq { struct
483 struct bnxt_qplib_cq *cq);
508 struct bnxt_qplib_cq *cq;
554 struct bnxt_qplib_cq *cq);
556 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
558 bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq);
559 void bnxt_qplib_req_notify_cq(struct bnxt_qplib_cq *cq, u32 arm_type);
[all …]
H A Dqplib_fp.c58 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()
301 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq()
330 cq = (struct bnxt_qplib_cq *)(unsigned long)q_handle; in bnxt_qplib_service_nq()
1460 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
2195 struct bnxt_qplib_cq *cq) in bnxt_qplib_resize_cq_complete()
2469 static int bnxt_qplib_cq_process_req(struct bnxt_qplib_cq *cq, in bnxt_qplib_cq_process_req()
2578 static int bnxt_qplib_cq_process_res_rc(struct bnxt_qplib_cq *cq, in bnxt_qplib_cq_process_res_rc()
2745 bool bnxt_qplib_is_cq_empty(struct bnxt_qplib_cq *cq) in bnxt_qplib_is_cq_empty()
[all …]
H A Dib_verbs.h104 struct bnxt_qplib_cq qplib_cq;
H A Dmain.c1057 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()