Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c272 if (lltc_count > bp->max_lltc) in bnxt_hwrm_queue_pfc_cfg()
599 pfc->pfc_cap = bp->max_lltc; in bnxt_dcbnl_ieee_getpfc()
H A Dbnxt.h1946 u8 max_lltc; /* lossless TCs */ member
H A Dbnxt.c8106 bp->max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
8127 if (bp->max_lltc > bp->max_tc) in bnxt_hwrm_queue_qportcfg()
8128 bp->max_lltc = bp->max_tc; in bnxt_hwrm_queue_qportcfg()