Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_vf.c85 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
222 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
Dixgbe_82598.c152 mac->max_rx_queues = 64; in ixgbe_init_ops_82598()
264 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
1364 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
Dixgbe_x540.c124 mac->max_rx_queues = 128; in ixgbe_init_ops_X540()
Dixgbe_api.c370 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
Dixgbe_common.c443 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1087 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4275 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
Dixgbe_82599.c312 mac->max_rx_queues = 128; in ixgbe_init_ops_82599()
Dixgbe_type.h3170 u32 max_rx_queues; member