Home
last modified time | relevance | path

Searched refs:MLX5_CAP_PCAM_REG (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport_buffer.h42 MLX5_CAP_PCAM_REG(mdev, pbmc) && \
43 MLX5_CAP_PCAM_REG(mdev, pptb))
Dmonitor_stats.c29 if (MLX5_CAP_PCAM_REG(mdev, ppcnt) && in mlx5e_monitor_counter_supported()
105 int num_ppcnt_counters = !MLX5_CAP_PCAM_REG(mdev, ppcnt) ? 0 : in mlx5e_set_monitor_counter()
Dport.c478 if (!MLX5_CAP_GEN(dev, pcam_reg) || !MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_fec_in_caps()
512 if (!MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_get_fec_mode()
551 if (!MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_set_fec_mode()
/linux-5.19.10/include/linux/mlx5/
Ddevice.h1397 #define MLX5_CAP_PCAM_REG(mdev, reg) \ macro
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c829 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)