Searched refs:tc_configuration (Results 1 – 6 of 6) sorted by relevance
/openbmc/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_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()
|
H A D | ixgbe_main.c | 6243 struct tc_configuration *tc; in ixgbe_init_dcb()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A 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()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 11142 struct mlx5_ifc_ets_tcn_config_reg_bits tc_configuration[0x8]; member
|