Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c252 if (lltc_count > bp->max_lltc) in bnxt_hwrm_queue_pfc_cfg()
552 pfc->pfc_cap = bp->max_lltc; in bnxt_dcbnl_ieee_getpfc()
Dbnxt.h1764 u8 max_lltc; /* lossless TCs */ member
Dbnxt.c7587 bp->max_lltc = resp->max_configurable_lossless_queues; in bnxt_hwrm_queue_qportcfg()
7608 if (bp->max_lltc > bp->max_tc) in bnxt_hwrm_queue_qportcfg()
7609 bp->max_lltc = bp->max_tc; in bnxt_hwrm_queue_qportcfg()