Lines Matching full:tcs
50 * ice_dcb_get_ena_tc - return bitmap of enabled TCs
51 * @dcbcfg: DCB config to evaluate for enabled TCs
144 * ice_dcb_get_num_tc - Get the number of TCs from DCBX config
145 * @dcbcfg: config to retrieve number of TCs from
155 * enabled and create a bitmask of enabled TCs in ice_dcb_get_num_tc()
160 /* Scan bitmask for contiguous TCs starting with TC0 */ in ice_dcb_get_num_tc()
166 pr_err("Non-contiguous TCs - Disabling DCB\n"); in ice_dcb_get_num_tc()
240 /* returns number of contigous TCs and 1 TC for non-contigous TCs, in ice_dcb_bwchk()
576 * ice_dcb_tc_contig - Check that TCs are contiguous
579 * Check if TCs begin with TC0 and are contiguous
587 /* Create a bitmap of used TCs */ in ice_dcb_tc_contig()
604 * ice_dcb_noncontig_cfg - Configure DCB for non-contiguous TCs
607 * If non-contiguous TCs, then configure SW DCB with TC0 and ETS non-willing
699 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()