Searched refs:max_rx_queues (Results 1 – 6 of 6) sorted by relevance
159 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_init_ops_82598()274 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()1377 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
136 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
423 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
476 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()1137 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()4462 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
4075 u32 max_rx_queues; member