Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe-mt.c23 static int hw_tcs, hw_vpes; variable
298 if (new == 0 || new > (hw_tcs - aprp_cpu_index())) in ntcs_store()
386 hw_tcs = (val & MVPCONF0_PTC) + 1; in vpe_module_init()
389 for (tc = aprp_cpu_index(); tc < hw_tcs; tc++) { in vpe_module_init()
410 if (tc < hw_tcs) { in vpe_module_init()
419 v->ntcs = hw_tcs - aprp_cpu_index(); in vpe_module_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c25 u8 tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb_sriov()
94 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_first_reg_idx()
149 u8 num_tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb()
329 u8 tcs = adapter->hw_tcs; in ixgbe_set_dcb_sriov_queues()
429 tcs = adapter->hw_tcs; in ixgbe_set_dcb_queues()
840 u8 tcs = adapter->hw_tcs; in ixgbe_alloc_q_vector()
1182 if (adapter->hw_tcs > 1) { in ixgbe_set_interrupt_capability()
1194 adapter->hw_tcs = 0; in ixgbe_set_interrupt_capability()
H A Dixgbe_sriov.c297 num_tc = adapter->hw_tcs; in ixgbe_pci_sriov_enable()
701 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event()
948 u8 tcs = adapter->hw_tcs; in ixgbe_set_vf_vlan_msg()
1037 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues()
H A Dixgbe_main.c3565 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mtqc()
3942 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mrqc()
5210 int num_tc = adapter->hw_tcs; in ixgbe_pbthresh_setup()
5233 u8 tc = adapter->hw_tcs; in ixgbe_configure_pb()
9144 adapter->hw_tcs = tc; in ixgbe_setup_tc()
9158 adapter->hw_tcs = tc; in ixgbe_setup_tc()
9688 ixgbe_setup_tc(netdev, adapter->hw_tcs); in ixgbe_sriov_reinit()
9737 ixgbe_setup_tc(adapter->netdev, adapter->hw_tcs); in ixgbe_reset_l2fw_offload()
9785 (adapter->hw_tcs > 1) || in ixgbe_set_features()
9957 int tcs = adapter->hw_tcs ? : 1; in ixgbe_fwd_add()
[all …]
H A Dixgbe_dcb_nl.c549 if (max_tc != adapter->hw_tcs) { in ixgbe_dcbnl_ieee_setets()
H A Dixgbe.h661 u8 hw_tcs; member
H A Dixgbe_ethtool.c3191 u8 tcs = adapter->hw_tcs; in ixgbe_max_channels()
3248 if (adapter->hw_tcs > 1) in ixgbe_get_channels()
3294 return ixgbe_setup_tc(dev, adapter->hw_tcs); in ixgbe_set_channels()