Searched defs:num_tcs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h124 struct ixgbe_dcb_num_tcs num_tcs; member in struct:ixgbe_dcb_config
H A Dixgbe_vf.c668 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, argument
712 *num_tcs = msg[IXGBE_VF_TRANS_VLAN];
714 if (*num_tcs > hw->mac.max_rx_queues)
715 *num_tcs = 1;
H A Dixgbe_type.h636 u8 num_tcs; member in struct:ixgbe_dmac_config

Completed in 91 milliseconds