Searched refs:tc_map (Results 1 – 3 of 3) sorted by relevance
152 u8 prio, tc_map; in i40e_dcbnl_set_all() local168 tc_map = BIT(dcbxcfg->etscfg.prioritytable[prio]); in i40e_dcbnl_set_all()171 if (tc_map & vsi->tc_config.enabled_tc) { in i40e_dcbnl_set_all()
6356 u8 tc_map = 0; in i40e_dcb_reconfigure() local6361 tc_map = i40e_pf_get_tc_map(pf); in i40e_dcb_reconfigure()6365 ret = i40e_veb_config_tc(pf->veb[v], tc_map); in i40e_dcb_reconfigure()6383 tc_map = i40e_pf_get_tc_map(pf); in i40e_dcb_reconfigure()6385 tc_map = I40E_DEFAULT_TRAFFIC_CLASS; in i40e_dcb_reconfigure()6387 ret = i40e_vsi_config_tc(pf->vsi[v], tc_map); in i40e_dcb_reconfigure()
151 u8 tc_map = 0; in ice_pf_dcb_recfg() local160 tc_map = ice_dcb_get_ena_tc(dcbcfg); in ice_pf_dcb_recfg()162 tc_map = ICE_DFLT_TRAFFIC_CLASS; in ice_pf_dcb_recfg()164 ret = ice_vsi_cfg_tc(pf->vsi[v], tc_map); in ice_pf_dcb_recfg()