Lines Matching full:tcs
9 * ice_dcb_get_ena_tc - return bitmap of enabled TCs
10 * @dcbcfg: DCB config to evaluate for enabled TCs
103 * ice_dcb_get_num_tc - Get the number of TCs from DCBX config
104 * @dcbcfg: config to retrieve number of TCs from
114 * enabled and create a bitmask of enabled TCs in ice_dcb_get_num_tc()
119 /* Scan bitmask for contiguous TCs starting with TC0 */ in ice_dcb_get_num_tc()
125 pr_err("Non-contiguous TCs - Disabling DCB\n"); in ice_dcb_get_num_tc()
158 /* get bitmap of enabled TCs */ in ice_get_first_droptc()
161 /* get bitmap of PFC enabled TCs */ in ice_get_first_droptc()
318 /* returns number of contigous TCs and 1 TC for non-contigous TCs, in ice_dcb_bwchk()
401 /* Notify AUX drivers about impending change to TCs */ in ice_pf_dcb_cfg()
676 * ice_dcb_tc_contig - Check that TCs are contiguous
679 * Check if TCs begin with TC0 and are contiguous
687 /* Create a bitmap of used TCs */ in ice_dcb_tc_contig()
704 * ice_dcb_noncontig_cfg - Configure DCB for non-contiguous TCs
707 * If non-contiguous TCs, then configure SW DCB with TC0 and ETS non-willing
818 dev_info(dev, "DCB is enabled in the hardware, max number of TCs supported on this port are %d\n", in ice_init_pf_dcb()