Searched refs:max_lltc (Results 1 – 4 of 4) sorted by relevance
267 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()
277 uint8_t max_tc, max_lltc, *max_q; in bnxt_hwrm_queue_qportcfg() local304 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()
1031 uint8_t max_lltc;1030 uint8_t max_lltc; global() member
1374 if (!softc->max_lltc) in bnxt_verify_asym_queues() 1383 softc->max_lltc = min(softc->max_lltc, lltc);