Searched refs:tc_configuration (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| 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()
|
| D | ixgbe_dcb.h | 93 struct tc_configuration { struct 109 struct tc_configuration tc_config[MAX_TRAFFIC_CLASS]; argument
|
| D | ixgbe_dcb_nl.c | 27 struct tc_configuration *src = NULL; in ixgbe_copy_dcb_cfg() 28 struct tc_configuration *dst = NULL; in ixgbe_copy_dcb_cfg()
|
| D | ixgbe_main.c | 6173 struct tc_configuration *tc; in ixgbe_init_dcb()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | port.c | 650 MLX5_SET(qetc_reg, in, tc_configuration[i].g, 1); in mlx5_set_port_tc_group() 651 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]); in mlx5_set_port_tc_group() 670 tc_configuration[tc]); in mlx5_query_port_tc_group() 685 MLX5_SET(qetc_reg, in, tc_configuration[i].b, 1); in mlx5_set_port_tc_bw_alloc() 686 MLX5_SET(qetc_reg, in, tc_configuration[i].bw_allocation, tc_bw[i]); in mlx5_set_port_tc_bw_alloc() 705 tc_configuration[tc]); in mlx5_query_port_tc_bw_alloc() 725 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, in, tc_configuration[i]); in mlx5_modify_port_ets_rate_limit() 752 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, tc_configuration[i]); in mlx5_query_port_ets_rate_limit()
|
| /Linux-v5.4/include/linux/mlx5/ |
| D | mlx5_ifc.h | 9603 struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration[0x8]; member
|