Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c669 unsigned int *default_tc) in ixgbevf_get_queues() argument
717 *default_tc = msg[IXGBE_VF_DEF_QUEUE]; in ixgbevf_get_queues()
719 if (*default_tc >= hw->mac.max_tx_queues) in ixgbevf_get_queues()
720 *default_tc = 0; in ixgbevf_get_queues()
H A Dixgbe_vf.h139 unsigned int *default_tc);