Searched refs:max_tx_queues (Results 1 – 6 of 6) sorted by relevance
160 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_init_ops_82598()267 for (i = 0; ((i < hw->mac.max_tx_queues) && in ixgbe_start_hw_82598()1370 for (i = 0; ((i < hw->mac.max_tx_queues) && in ixgbe_enable_relaxed_ordering_82598()
137 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_init_ops_X540()
463 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()470 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()1133 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()4456 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
412 return hw->mac.max_tx_queues; in ixgbe_get_num_of_tx_queues()
382 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_init_ops_82599()
4074 u32 max_tx_queues; member