Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c267 if (lltc_count > softc->max_lltc) { in bnxt_hwrm_queue_pfc_cfg()
270 "to configure PFC (cap %d)\n", lltc_count, softc->max_lltc); in bnxt_hwrm_queue_pfc_cfg()
684 pfc->pfc_cap = softc->max_lltc; in bnxt_dcb_ieee_getpfc()
H A Dbnxt_hwrm.c285 uint8_t max_tc, max_lltc, *max_q; in bnxt_hwrm_queue_qportcfg() local
312 max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
351 softc->max_lltc = softc->max_lltc ? min(softc->max_lltc, max_lltc) : max_lltc; in bnxt_hwrm_queue_qportcfg()
353 if (softc->max_lltc > softc->max_tc) in bnxt_hwrm_queue_qportcfg()
354 softc->max_lltc = softc->max_tc; in bnxt_hwrm_queue_qportcfg()
H A Dbnxt.h1109 uint8_t max_lltc; member
H A Dif_bnxt.c1739 if (!softc->max_lltc) in bnxt_verify_asym_queues()
1748 softc->max_lltc = min(softc->max_lltc, lltc); in bnxt_verify_asym_queues()