Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82598.c153 mac->max_rx_queues = 64; in ixgbe_init_ops_82598()
262 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
1328 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
H A Dixgbe_x540.c124 mac->max_rx_queues = 128; in ixgbe_init_ops_X540()
H A Dixgbe_api.c346 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
H A Dixgbe_common.c385 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
826 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
3869 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
H A Dixgbe_82599.c269 mac->max_rx_queues = 128; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3072 u32 max_rx_queues; member