Home
last modified time | relevance | path

Searched refs:hw_tcs (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/kernel/
H A Dvpe-mt.c23 static int hw_tcs, hw_vpes; variable
297 if (new == 0 || new > (hw_tcs - aprp_cpu_index())) in ntcs_store()
383 hw_tcs = (val & MVPCONF0_PTC) + 1; in vpe_module_init()
386 for (tc = aprp_cpu_index(); tc < hw_tcs; tc++) { in vpe_module_init()
407 if (tc < hw_tcs) { in vpe_module_init()
416 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c302 num_tc = adapter->hw_tcs; in ixgbe_pci_sriov_enable()
705 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event()
978 u8 tcs = adapter->hw_tcs; in ixgbe_set_vf_vlan_msg()
1068 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues()
H A Dixgbe_main.c3998 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mtqc()
4382 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mrqc()
5655 int num_tc = adapter->hw_tcs; in ixgbe_pbthresh_setup()
5678 u8 tc = adapter->hw_tcs; in ixgbe_configure_pb()
9939 adapter->hw_tcs = tc; in ixgbe_setup_tc()
9953 adapter->hw_tcs = tc; in ixgbe_delete_clsu32()
10483 ixgbe_setup_tc(netdev, adapter->hw_tcs); in ixgbe_fix_features()
10532 ixgbe_setup_tc(adapter->netdev, adapter->hw_tcs); in ixgbe_set_features()
10580 (adapter->hw_tcs > 1) || in ixgbe_set_features()
10744 int tcs = adapter->hw_tcs in ixgbe_fwd_add()
[all...]
H A Dixgbe_dcb_nl.c547 if (max_tc != adapter->hw_tcs) { in ixgbe_dcbnl_ieee_setets()
H A Dixgbe.h733 u8 hw_tcs; member
H A Dixgbe_ethtool.c3351 u8 tcs = adapter->hw_tcs; in ixgbe_max_channels()
3408 if (adapter->hw_tcs > 1) in ixgbe_get_channels()
3454 return ixgbe_setup_tc(dev, adapter->hw_tcs); in ixgbe_set_channels()