Home
last modified time | relevance | path

Searched refs:IXGBE_VF_MAX_TX_QUEUES (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c456 return IXGBE_VF_MAX_TX_QUEUES; in ixgbe_get_num_of_tx_queues_vf()
704 hw->mac.max_tx_queues > IXGBE_VF_MAX_TX_QUEUES) in ixgbevf_get_queues()
705 hw->mac.max_tx_queues = IXGBE_VF_MAX_TX_QUEUES; in ixgbevf_get_queues()
H A Dixgbe_vf.h39 #define IXGBE_VF_MAX_TX_QUEUES 8 macro