Searched refs:hw_tcs (Results 1 – 7 of 7) sorted by relevance
23 static int hw_tcs, hw_vpes; variable297 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()
25 u8 tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb_sriov()94 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_first_reg_idx()150 u8 num_tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb()333 u8 tcs = adapter->hw_tcs; in ixgbe_set_dcb_sriov_queues()433 tcs = adapter->hw_tcs; in ixgbe_set_dcb_queues()844 u8 tcs = adapter->hw_tcs; in ixgbe_alloc_q_vector()1186 if (adapter->hw_tcs > 1) { in ixgbe_set_interrupt_capability()1198 adapter->hw_tcs = 0; in ixgbe_set_interrupt_capability()
299 num_tc = adapter->hw_tcs; in ixgbe_pci_sriov_enable()700 u8 num_tcs = adapter->hw_tcs; in ixgbe_vf_reset_event()973 u8 tcs = adapter->hw_tcs; in ixgbe_set_vf_vlan_msg()1061 u8 num_tcs = adapter->hw_tcs; in ixgbe_get_vf_queues()
3582 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mtqc()3959 u8 tcs = adapter->hw_tcs; in ixgbe_setup_mrqc()5227 int num_tc = adapter->hw_tcs; in ixgbe_pbthresh_setup()5250 u8 tc = adapter->hw_tcs; in ixgbe_configure_pb()9287 adapter->hw_tcs = tc; in ixgbe_setup_tc()9301 adapter->hw_tcs = tc; in ixgbe_setup_tc()9831 ixgbe_setup_tc(netdev, adapter->hw_tcs); in ixgbe_sriov_reinit()9928 (adapter->hw_tcs > 1) || in ixgbe_set_features()10092 int tcs = adapter->hw_tcs ? : 1; in ixgbe_fwd_add()10157 err = ixgbe_setup_tc(pdev, adapter->hw_tcs); in ixgbe_fwd_add()[all …]
712 u8 hw_tcs; member
547 if (max_tc != adapter->hw_tcs) { in ixgbe_dcbnl_ieee_setets()
3216 u8 tcs = adapter->hw_tcs; in ixgbe_max_channels()3273 if (adapter->hw_tcs > 1) in ixgbe_get_channels()3319 return ixgbe_setup_tc(dev, adapter->hw_tcs); in ixgbe_set_channels()
Completed in 531 milliseconds