Searched refs:num_tcs (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c390 tc_count = dcb_config->num_tcs.pg_tcs;
519 if (dcb_config->num_tcs.pg_tcs == 8) {
544 if (dcb_config->num_tcs.pg_tcs == 4) {
556 if (dcb_config->num_tcs.pg_tcs == 8)
H A Dixgbe_dcb.h124 struct ixgbe_dcb_num_tcs num_tcs; member in struct:ixgbe_dcb_config
H A Dixgbe_vf.c753 int ixgbevf_get_queues(struct ixgbe_hw *hw, unsigned int *num_tcs, argument
796 *num_tcs = msg[IXGBE_VF_TRANS_VLAN];
798 if (*num_tcs > hw->mac.max_rx_queues)
799 *num_tcs = 1;
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;
658 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs,
H A Dixgbe_type.h728 u8 num_tcs; member in struct:ixgbe_dmac_config
H A Dixgbe_x550.c964 if (tc < hw->mac.dmac_config.num_tcs) {
H A Dif_ix.c3739 dcfg->num_tcs = 1;
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-dcb.c197 pdata->num_tcs = max_tc + 1;
/freebsd-current/sys/dev/ice/
H A Dice_lib.h543 u8 num_tcs; /* Total number of enabled TCs */ member in struct:ice_vsi
H A Dice_lib.c8595 if (vsi->num_tcs == 0) {
8597 vsi->num_tcs = 1;
8602 num_q_per_tc = min(qcount_rx / vsi->num_tcs, ICE_MAX_RXQS_PER_TC);
8609 if (i < vsi->num_tcs)
8613 rem_queues = qcount_rx % vsi->num_tcs;
8690 u8 num_tcs = 0; local
8696 num_tcs++;
8699 vsi->num_tcs = num_tcs;
8721 for (i = 0; i < num_tcs;
[all...]

Completed in 199 milliseconds