Searched refs:max_lltc (Results 1 – 5 of 5) sorted by relevance
677 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()
185 u8 max_lltc; /* lossless TCs */ member
272 if (lltc_count > bp->max_lltc) in bnxt_hwrm_queue_pfc_cfg()601 pfc->pfc_cap = bp->max_lltc; in bnxt_dcbnl_ieee_getpfc()
2418 u8 max_lltc; /* lossless TCs */ member
10088 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