Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnge/
A Dbnge_hwrm_lib.c677 bd->max_lltc = resp->max_configurable_lossless_queues; in bnge_hwrm_queue_qportcfg()
697 if (bd->max_lltc > bd->max_tc) in bnge_hwrm_queue_qportcfg()
698 bd->max_lltc = bd->max_tc; in bnge_hwrm_queue_qportcfg()
A Dbnge.h185 u8 max_lltc; /* lossless TCs */ member
/drivers/net/ethernet/broadcom/bnxt/
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()
A Dbnxt.h2418 u8 max_lltc; /* lossless TCs */ member
A Dbnxt.c10088 bp->max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
10109 if (bp->max_lltc > bp->max_tc) in bnxt_hwrm_queue_qportcfg()
10110 bp->max_lltc = bp->max_tc; in bnxt_hwrm_queue_qportcfg()

Completed in 47 milliseconds