Searched defs:num_tcs (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ | ||
H A D | ixgbe_dcb.h | 124 struct ixgbe_dcb_num_tcs num_tcs; member in struct:ixgbe_dcb_config |
H A D | ixgbe_vf.c | 668 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 D | ixgbe_type.h | 636 u8 num_tcs; member in struct:ixgbe_dmac_config |
Completed in 132 milliseconds