Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c71 q_info = softc->rx_q_info; in bnxt_hwrm_queue_pri2cos_cfg()
207 if (BNXT_LLQ(softc->rx_q_info[j].queue_profile)) { in bnxt_queue_remap()
278 if (!BNXT_LLQ(softc->rx_q_info[qidx].queue_profile)) { in bnxt_hwrm_queue_pfc_cfg()
H A Dif_bnxt.c1380 BNXT_LLQ(softc->rx_q_info[i].queue_profile)) in bnxt_verify_asym_queues()
1811 memcpy(bp->rx_q_info, bp->tx_q_info, sizeof(bp->rx_q_info)); in bnxt_open()
2246 memcpy(softc->rx_q_info, softc->tx_q_info, sizeof(softc->rx_q_info)); in bnxt_attach_pre()
H A Dbnxt.h1033 struct bnxt_queue_info rx_q_info[BNXT_MAX_QUEUE]; member
H A Dbnxt_hwrm.c318 q_info = softc->rx_q_info; in bnxt_hwrm_queue_qportcfg()