Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h80 struct bnxt_qplib_cq *cq;
372 struct bnxt_qplib_cq *scq;
373 struct bnxt_qplib_cq *rcq;
447 struct bnxt_qplib_cq { struct
513 struct bnxt_qplib_cq *cq);
539 struct bnxt_qplib_cq *cq;
587 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
588 int bnxt_qplib_modify_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq);
589 int bnxt_qplib_resize_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq,
592 struct bnxt_qplib_cq *cq);
[all …]
H A Dqplib_fp.c49 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp);
60 struct bnxt_qplib_cq *scq, *rcq; in __bnxt_qplib_add_flush_qp()
151 struct bnxt_qplib_cq *cq = nq_work->cq; in bnxt_qpn_cqn_sched_task()
253 static void clean_nq(struct bnxt_qplib_cq *cq) in clean_nq()
307 static void __wait_for_all_nqes(struct bnxt_qplib_cq *cq, u16 cnq_events) in __wait_for_all_nqes()
339 struct bnxt_qplib_cq *cq; in bnxt_qplib_service_nq()
367 cq = (struct bnxt_qplib_cq *)q_handle; in bnxt_qplib_service_nq()
1591 static void __clean_cq(struct bnxt_qplib_cq *cq, u64 qp) in __clean_cq()
2277 void bnxt_re_handle_cqn(struct bnxt_qplib_cq *cq) in bnxt_re_handle_cqn()
2381 int bnxt_qplib_create_cq(struct bnxt_qplib_res *res, struct bnxt_qplib_cq *cq) in bnxt_qplib_create_cq()
[all …]
H A Dib_verbs.h201 struct bnxt_qplib_cq qplib_cq;
359 void bnxt_re_handle_cqn(struct bnxt_qplib_cq *cq);
H A Dqplib_rcfw.c686 struct bnxt_qplib_cq *cq; in bnxt_qplib_process_qp_event()
H A Dmain.c2377 struct bnxt_qplib_cq *qplcq; in bnxt_re_handle_affi_async_event()
2453 struct bnxt_qplib_cq *handle) in bnxt_re_cqn_handler()
H A Dib_verbs.c3723 struct bnxt_qplib_cq *qplcq; in bnxt_re_create_cq()