Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c207 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 Dbnxt_hwrm.c278 uint8_t queue_profile, queue_id; in bnxt_hwrm_queue_qportcfg() local
327 queue_profile = *qptr; in bnxt_hwrm_queue_qportcfg()
331 q_info[j].queue_profile = queue_profile; in bnxt_hwrm_queue_qportcfg()
336 if (!BNXT_CNPQ(q_info[j].queue_profile) || in bnxt_hwrm_queue_qportcfg()
H A Dbnxt.h452 uint8_t queue_profile;
451 uint8_t queue_profile; global() member
H A Dif_bnxt.c1379 if (BNXT_LLQ(softc->tx_q_info[i].queue_profile) && in bnxt_verify_asym_queues()
1380 BNXT_LLQ(softc->rx_q_info[i].queue_profile)) in bnxt_verify_asym_queues()