Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge.h198 u8 max_lltc; /* lossless TCs */ member
H A Dbnge_hwrm_lib.c679 bd->max_lltc = resp->max_configurable_lossless_queues; in bnge_hwrm_queue_qportcfg()
699 if (bd->max_lltc > bd->max_tc) in bnge_hwrm_queue_qportcfg()
700 bd->max_lltc = bd->max_tc; in bnge_hwrm_queue_qportcfg()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c272 if (lltc_count > bp->max_lltc) in bnxt_hwrm_queue_pfc_cfg()
601 pfc->pfc_cap = bp->max_lltc; in bnxt_dcbnl_ieee_getpfc()
H A Dbnxt.h2433 u8 max_lltc; /* lossless TCs */ member
H A Dbnxt.c10197 bp->max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
10218 if (bp->max_lltc > bp->max_tc) in bnxt_hwrm_queue_qportcfg()
10219 bp->max_lltc = bp->max_tc; in bnxt_hwrm_queue_qportcfg()