Searched refs:tc_group (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_dcbnl.c | 111 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_getets() local 147 if (tc_group[i] == MLX5E_LOWEST_PRIO_GROUP) in mlx5e_dcbnl_ieee_getets() 189 tc_group[i] = MLX5E_VENDOR_TC_GROUP_NUM; in mlx5e_build_tc_group() 192 tc_group[i] = strict_group++; in mlx5e_build_tc_group() 195 tc_group[i] = MLX5E_LOWEST_PRIO_GROUP; in mlx5e_build_tc_group() 197 tc_group[i] = MLX5E_LOWEST_PRIO_GROUP + 1; in mlx5e_build_tc_group() 204 u8 *tc_group, int max_tc) in mlx5e_build_tc_tx_bw() argument 255 u8 tc_group[IEEE_8021QAZ_MAX_TCS]; in mlx5e_dcbnl_ieee_setets_core() local 259 mlx5e_build_tc_group(ets, tc_group, max_tc); in mlx5e_dcbnl_ieee_setets_core() 266 err = mlx5_set_port_tc_group(mdev, tc_group); in mlx5e_dcbnl_ieee_setets_core() [all …]
|
| H A D | mlx5_core.h | 330 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group); 332 u8 tc, u8 *tc_group);
|
| H A D | port.c | 707 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, u8 *tc_group) in mlx5_set_port_tc_group() argument 714 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]); in mlx5_set_port_tc_group() 721 u8 tc, u8 *tc_group) in mlx5_query_port_tc_group() argument 734 *tc_group = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_group()
|