Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_dcb_82599.c378 tc_count = dcb_config->num_tcs.pg_tcs; in ixgbe_dcb_config_tc_stats_82599()
507 if (dcb_config->num_tcs.pg_tcs == 8) { in ixgbe_dcb_config_82599()
532 if (dcb_config->num_tcs.pg_tcs == 4) { in ixgbe_dcb_config_82599()
544 if (dcb_config->num_tcs.pg_tcs == 8) in ixgbe_dcb_config_82599()
Dixv_vf.c723 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, in ixgbevf_get_queues() argument
766 *num_tcs = msg[IXGBE_VF_TRANS_VLAN]; in ixgbevf_get_queues()
768 if (*num_tcs > hw->mac.max_rx_queues) in ixgbevf_get_queues()
769 *num_tcs = 1; in ixgbevf_get_queues()
Dixgbe_dcb.h124 struct ixgbe_dcb_num_tcs num_tcs; member
Dixgbe_dcb.c261 u8 tc = cfg->num_tcs.pg_tcs; in ixgbe_dcb_get_tc_from_up()
666 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs, in ixgbe_dcb_hw_config_cee()
Dixv_vf.h241 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs,
Dixv_type.h670 u8 num_tcs; member
Dixgbe_type.h660 u8 num_tcs; member
Dixgbe_x550.c1038 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()
Dif_ix.c3987 dcfg->num_tcs = 1; in ixgbe_config_dmac()