Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c731 unsigned int *default_tc) in ixgbevf_get_queues() argument
778 *default_tc = msg[IXGBE_VF_DEF_QUEUE]; in ixgbevf_get_queues()
780 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
781 *default_tc = 0; in ixgbevf_get_queues()
H A Dixgbe_vf.h143 unsigned int *default_tc);