Searched refs:tc_configuration (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb.c | 164 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_pfc() 176 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_refill() 185 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_max() 195 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_bwgid() 205 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_prio() 214 struct tc_configuration *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_get_tc_from_up()
|
H A D | ixgbe_dcb.h | 93 struct tc_configuration { struct 109 struct tc_configuration tc_config[MAX_TRAFFIC_CLASS]; argument
|
H A D | ixgbe_main.c | 6609 struct tc_configuration *tc; in ixgbe_init_dcb()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 725 MLX5_SET(qetc_reg, in, tc_configuration[i].g, 1); in mlx5_set_port_tc_group() 726 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]); in mlx5_set_port_tc_group() 745 tc_configuration[tc]); in mlx5_query_port_tc_group() 760 MLX5_SET(qetc_reg, in, tc_configuration[i].b, 1); in mlx5_set_port_tc_bw_alloc() 761 MLX5_SET(qetc_reg, in, tc_configuration[i].bw_allocation, tc_bw[i]); in mlx5_set_port_tc_bw_alloc() 780 tc_configuration[tc]); in mlx5_query_port_tc_bw_alloc() 800 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, in, tc_configuration[i]); in mlx5_modify_port_ets_rate_limit() 827 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, tc_configuration[i]); in mlx5_query_port_ets_rate_limit()
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 11715 struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration[0x8]; member
|