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.c390 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
519 if (dcb_config->num_tcs.pg_tcs == 8) { in ixgbe_dcb_config_82599()
544 if (dcb_config->num_tcs.pg_tcs == 4) { in ixgbe_dcb_config_82599()
556 if (dcb_config->num_tcs.pg_tcs == 8) in ixgbe_dcb_config_82599()
H A Dixgbe_vf.c762 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, in ixgbevf_get_queues() argument
806 *num_tcs = msg[IXGBE_VF_TRANS_VLAN]; in ixgbevf_get_queues()
808 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
809 *num_tcs = 1; in ixgbevf_get_queues()
H A Dixgbe_dcb.h124 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.c267 u8 tc = cfg->num_tcs.pg_tcs; in ixgbe_dcb_get_tc_from_up()
658 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs, in ixgbe_dcb_hw_config_cee()
H A Dixgbe_type.h791 u8 num_tcs; member
H A Dixgbe_x550.c957 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()