Home
last modified time | relevance | path

Searched refs:MLX5E_MAX_DSCP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Ddcbnl.h35 #define MLX5E_MAX_DSCP (64) macro
38 u8 dscp2prio[MLX5E_MAX_DSCP];
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c459 (app->protocol >= MLX5E_MAX_DSCP)) in mlx5e_dcbnl_ieee_setapp()
512 (app->protocol >= MLX5E_MAX_DSCP)) in mlx5e_dcbnl_ieee_delapp()
1096 for (i = 0; i < MLX5E_MAX_DSCP; i++) { in mlx5e_dcbnl_dscp_app()
1105 priv->dcbx.dscp_app_cnt = (action == INIT) ? MLX5E_MAX_DSCP : 0; in mlx5e_dcbnl_dscp_app()