Home
last modified time | relevance | path

Searched refs:total_cnq_events (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c2587 u16 total_cnq_events; in bnxt_qplib_destroy_cq() local
2607 total_cnq_events = le16_to_cpu(resp.total_cnq_events); in bnxt_qplib_destroy_cq()
2608 if (total_cnq_events >= 0) in bnxt_qplib_destroy_cq()
2611 __func__, cq->id, cq, total_cnq_events); in bnxt_qplib_destroy_cq()
2612 __wait_for_all_nqes(cq, total_cnq_events); in bnxt_qplib_destroy_cq()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h71786 uint16_t total_cnq_events; member