Symbol: tc_configuration
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
164
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
176
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
185
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
195
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
205
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c
214
struct tc_configuration *tc_config = &cfg->tc_config[0];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.h
109
struct tc_configuration tc_config[MAX_TRAFFIC_CLASS];
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
25
struct tc_configuration *src = NULL;
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c
26
struct tc_configuration *dst = NULL;
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
6791
struct tc_configuration *tc;
drivers/net/ethernet/mellanox/mlx5/core/port.c
715
MLX5_SET(qetc_reg, in, tc_configuration[i].g, 1);
drivers/net/ethernet/mellanox/mlx5/core/port.c
716
MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]);
drivers/net/ethernet/mellanox/mlx5/core/port.c
734
tc_configuration[tc]);
drivers/net/ethernet/mellanox/mlx5/core/port.c
748
MLX5_SET(qetc_reg, in, tc_configuration[i].b, 1);
drivers/net/ethernet/mellanox/mlx5/core/port.c
749
MLX5_SET(qetc_reg, in, tc_configuration[i].bw_allocation, tc_bw[i]);
drivers/net/ethernet/mellanox/mlx5/core/port.c
767
tc_configuration[tc]);
drivers/net/ethernet/mellanox/mlx5/core/port.c
786
ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, in, tc_configuration[i]);
drivers/net/ethernet/mellanox/mlx5/core/port.c
812
ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, tc_configuration[i]);
include/linux/mlx5/mlx5_ifc.h
11989
struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration[0x8];