Home
last modified time | relevance | path

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

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