dscp2prio         305 drivers/net/ethernet/mellanox/mlx5/core/en.h 	u8                         dscp2prio[MLX5E_MAX_DSCP];
dscp2prio         457 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	temp.priority = priv->dcbx_dp.dscp2prio[app->protocol];
dscp2prio         467 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	if (app->priority != priv->dcbx_dp.dscp2prio[app->protocol]) {
dscp2prio         512 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	if (app->priority != priv->dcbx_dp.dscp2prio[app->protocol])
dscp2prio        1081 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 		temp.priority = priv->dcbx_dp.dscp2prio[i];
dscp2prio        1156 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	priv->dcbx_dp.dscp2prio[dscp] = prio;
dscp2prio        1176 drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c 	err = mlx5_query_dscp2prio(priv->mdev, priv->dcbx_dp.dscp2prio);
dscp2prio          66 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c 	return priv->dcbx_dp.dscp2prio[dscp_cp];
dscp2prio         954 drivers/net/ethernet/mellanox/mlx5/core/port.c int mlx5_query_dscp2prio(struct mlx5_core_dev *mdev, u8 *dscp2prio)
dscp2prio         977 drivers/net/ethernet/mellanox/mlx5/core/port.c 		dscp2prio[i] = MLX5_GET16(qpdpm_dscp_reg, qpdpm_dscp, prio);
dscp2prio         200 include/linux/mlx5/port.h int mlx5_query_dscp2prio(struct mlx5_core_dev *mdev, u8 *dscp2prio);