Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c88 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
274 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
768 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
769 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
770 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
771 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
775 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
H A Dixgbe_82598.c160 mac->max_rx_queues = IXGBE_82598_MAX_RX_QUEUES; in ixgbe_init_ops_82598()
275 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_start_hw_82598()
1378 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
H A Dixgbe_x540.c137 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
H A Dixgbe_api.c424 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
H A Dixgbe_common.c479 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1140 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4464 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
H A Dixgbe_82599.c382 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
H A Dixgbe_type.h4079 u32 max_rx_queues; member