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/ |
D | port_buffer.h | 42 MLX5_CAP_PCAM_REG(mdev, pbmc) && \ 43 MLX5_CAP_PCAM_REG(mdev, pptb))
|
D | monitor_stats.c | 29 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()
|
D | port.c | 478 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/ |
D | device.h | 1397 #define MLX5_CAP_PCAM_REG(mdev, reg) \ macro
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 829 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)
|