Searched refs:tc_configuration (Results 1 – 5 of 5) sorted by relevance
/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 | 25 struct tc_configuration *src = NULL; in ixgbe_copy_dcb_cfg() 26 struct tc_configuration *dst = NULL; in ixgbe_copy_dcb_cfg()
|
D | ixgbe_main.c | 6243 struct tc_configuration *tc; in ixgbe_init_dcb()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 723 MLX5_SET(qetc_reg, in, tc_configuration[i].g, 1); in mlx5_set_port_tc_group() 724 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]); in mlx5_set_port_tc_group() 743 tc_configuration[tc]); in mlx5_query_port_tc_group() 758 MLX5_SET(qetc_reg, in, tc_configuration[i].b, 1); in mlx5_set_port_tc_bw_alloc() 759 MLX5_SET(qetc_reg, in, tc_configuration[i].bw_allocation, tc_bw[i]); in mlx5_set_port_tc_bw_alloc() 778 tc_configuration[tc]); in mlx5_query_port_tc_bw_alloc() 798 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, in, tc_configuration[i]); in mlx5_modify_port_ets_rate_limit() 825 ets_tcn_conf = MLX5_ADDR_OF(qetc_reg, out, tc_configuration[i]); in mlx5_query_port_ets_rate_limit()
|