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()
679 pfc->pfc_cap = softc->max_lltc; in bnxt_dcb_ieee_getpfc()
H A Dbnxt_hwrm.c277 uint8_t max_tc, max_lltc, *max_q; in bnxt_hwrm_queue_qportcfg() local
304 max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
343 softc->max_lltc = softc->max_lltc ? min(softc->max_lltc, max_lltc) : max_lltc; in bnxt_hwrm_queue_qportcfg()
345 if (softc->max_lltc > softc->max_tc) in bnxt_hwrm_queue_qportcfg()
346 softc->max_lltc = softc->max_tc; in bnxt_hwrm_queue_qportcfg()
H A Dbnxt.h1031 uint8_t max_lltc;
1030 uint8_t max_lltc; global() member
H A Dif_bnxt.c1374 if (!softc->max_lltc) in bnxt_verify_asym_queues()
1383 softc->max_lltc = min(softc->max_lltc, lltc);