Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c87 hw->mac.max_tx_queues = 1; in ixgbe_init_ops_vf()
270 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_vf()
763 hw->mac.max_tx_queues = msg[IXGBE_VF_TX_QUEUES]; in ixgbevf_get_queues()
764 if (hw->mac.max_tx_queues == 0 || in ixgbevf_get_queues()
765 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
766 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
780 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
H A Dixgbe_82598.c161 mac->max_tx_queues = IXGBE_82598_MAX_TX_QUEUES; in ixgbe_init_ops_82598()
268 for (i = 0; ((i < hw->mac.max_tx_queues) && in ixgbe_start_hw_82598()
1371 for (i = 0; ((i < hw->mac.max_tx_queues) && in ixgbe_enable_relaxed_ordering_82598()
H A Dixgbe_x540.c138 mac->max_tx_queues = IXGBE_X540_MAX_TX_QUEUES; in ixgbe_init_ops_X540()
H A Dixgbe_common.c466 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
473 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_start_hw_gen2()
1136 for (i = 0; i < hw->mac.max_tx_queues; i++) in ixgbe_stop_adapter_generic()
4458 for (i = 0; i < hw->mac.max_tx_queues; i++) { in ixgbe_enable_relaxed_ordering_gen2()
H A Dixgbe_api.c413 return hw->mac.max_tx_queues; in ixgbe_get_num_of_tx_queues()
H A Dixgbe_82599.c383 mac->max_tx_queues = IXGBE_82599_MAX_TX_QUEUES; in ixgbe_init_ops_82599()
H A Dixgbe_type.h4078 u32 max_tx_queues; member