Home
last modified time | relevance | path

Searched refs:tc_map (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c174 u8 prio, tc_map; in i40e_dcbnl_set_all() local
190 tc_map = (1 << dcbxcfg->etscfg.prioritytable[prio]); in i40e_dcbnl_set_all()
193 if (tc_map & vsi->tc_config.enabled_tc) { in i40e_dcbnl_set_all()
Di40e_main.c4503 u8 tc_map = 0; in i40e_dcb_reconfigure() local
4508 tc_map = i40e_pf_get_tc_map(pf); in i40e_dcb_reconfigure()
4512 ret = i40e_veb_config_tc(pf->veb[v], tc_map); in i40e_dcb_reconfigure()
4534 tc_map = i40e_pf_get_tc_map(pf); in i40e_dcb_reconfigure()
4536 tc_map = i40e_pf_get_default_tc(pf); in i40e_dcb_reconfigure()
4539 tc_map = i40e_get_fcoe_tc_map(pf); in i40e_dcb_reconfigure()
4542 ret = i40e_vsi_config_tc(pf->vsi[v], tc_map); in i40e_dcb_reconfigure()