Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c85 hw->mac.max_rx_queues = 1; in ixgbe_init_ops_vf()
269 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_vf()
707 hw->mac.max_rx_queues = msg[IXGBE_VF_RX_QUEUES]; in ixgbevf_get_queues()
708 if (hw->mac.max_rx_queues == 0 || in ixgbevf_get_queues()
709 hw->mac.max_rx_queues > IXGBE_VF_MAX_RX_QUEUES) in ixgbevf_get_queues()
710 hw->mac.max_rx_queues = IXGBE_VF_MAX_RX_QUEUES; in ixgbevf_get_queues()
714 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
H A Dixgbe_82598.c159 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()
1373 for (i = 0; ((i < hw->mac.max_rx_queues) && in ixgbe_enable_relaxed_ordering_82598()
H A Dixgbe_x540.c131 mac->max_rx_queues = IXGBE_X540_MAX_RX_QUEUES; in ixgbe_init_ops_X540()
H A Dixgbe_api.c426 return hw->mac.max_rx_queues; in ixgbe_get_num_of_rx_queues()
H A Dixgbe_common.c441 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_start_hw_gen2()
1086 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_stop_adapter_generic()
4330 for (i = 0; i < hw->mac.max_rx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
H A Dixgbe_82599.c381 mac->max_rx_queues = IXGBE_82599_MAX_RX_QUEUES; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3814 u32 max_rx_queues; member