tc_group          103 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	u8 tc_group[IEEE_8021QAZ_MAX_TCS];
tc_group          118 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		err = mlx5_query_port_tc_group(mdev, i, &tc_group[i]);
tc_group          127 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		    tc_group[i] == (MLX5E_LOWEST_PRIO_GROUP + 1))
tc_group          130 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		if (tc_group[i] == (MLX5E_VENDOR_TC_GROUP_NUM - 1))
tc_group          137 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 			if (tc_group[i] == MLX5E_LOWEST_PRIO_GROUP)
tc_group          145 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		else if (tc_group[i] == MLX5E_VENDOR_TC_GROUP_NUM &&
tc_group          154 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c static void mlx5e_build_tc_group(struct ieee_ets *ets, u8 *tc_group, int max_tc)
tc_group          179 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 			tc_group[i] = MLX5E_VENDOR_TC_GROUP_NUM;
tc_group          182 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 			tc_group[i] = strict_group++;
tc_group          185 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 			tc_group[i] = MLX5E_LOWEST_PRIO_GROUP;
tc_group          187 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 				tc_group[i] = MLX5E_LOWEST_PRIO_GROUP + 1;
tc_group          194 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 				 u8 *tc_group, int max_tc)
tc_group          245 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	u8 tc_group[IEEE_8021QAZ_MAX_TCS];
tc_group          249 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	mlx5e_build_tc_group(ets, tc_group, max_tc);
tc_group          250 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	mlx5e_build_tc_tx_bw(ets, tc_tx_bw, tc_group, max_tc);
tc_group          256 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	err = mlx5_set_port_tc_group(mdev, tc_group);
tc_group          271 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 			  __func__, i, tc_tx_bw[i], tc_group[i]);
tc_group          644 drivers/net/ethernet/mellanox/mlx5/core/port.c int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group)
tc_group          651 drivers/net/ethernet/mellanox/mlx5/core/port.c 		MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]);
tc_group          659 drivers/net/ethernet/mellanox/mlx5/core/port.c 			     u8 tc, u8 *tc_group)
tc_group          672 drivers/net/ethernet/mellanox/mlx5/core/port.c 	*tc_group = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf,
tc_group          171 include/linux/mlx5/port.h int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group);
tc_group          173 include/linux/mlx5/port.h 			     u8 tc, u8 *tc_group);