Home
last modified time | relevance | path

Searched refs:num_tcs (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82599.c391 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
520 if (dcb_config->num_tcs.pg_tcs == 8) { in ixgbe_dcb_config_82599()
545 if (dcb_config->num_tcs.pg_tcs == 4) { in ixgbe_dcb_config_82599()
557 if (dcb_config->num_tcs.pg_tcs == 8) in ixgbe_dcb_config_82599()
H A Dixgbe_vf.c730 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, in ixgbevf_get_queues() argument
773 *num_tcs = msg[IXGBE_VF_TRANS_VLAN]; in ixgbevf_get_queues()
775 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
776 *num_tcs = 1; in ixgbevf_get_queues()
H A Dixgbe_dcb.h125 struct ixgbe_dcb_num_tcs num_tcs; member
H A Dixgbe_vf.h142 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
H A Dixgbe_dcb.c268 u8 tc = cfg->num_tcs.pg_tcs; in ixgbe_dcb_get_tc_from_up()
673 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs, in ixgbe_dcb_hw_config_cee()
H A Dixgbe_type.h708 u8 num_tcs; member
H A Dixgbe_x550.c960 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()