Searched refs:MLX5_CAP_PCAM_REG (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port_buffer.h | 43 MLX5_CAP_PCAM_REG(mdev, pbmc) && \ 44 MLX5_CAP_PCAM_REG(mdev, pptb))
|
H A D | monitor_stats.c | 27 if (MLX5_CAP_PCAM_REG(mdev, ppcnt) && in mlx5e_monitor_counter_cap() 116 int num_ppcnt_counters = !MLX5_CAP_PCAM_REG(mdev, ppcnt) ? 0 : in mlx5e_set_monitor_counter()
|
H A D | port.c | 438 if (!MLX5_CAP_GEN(dev, pcam_reg) || !MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_fec_in_caps() 471 if (!MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_get_fec_mode() 510 if (!MLX5_CAP_PCAM_REG(dev, pplm)) in mlx5e_set_fec_mode()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 892 (MLX5_CAP_GEN(mdev, pcam_reg) ? MLX5_CAP_PCAM_REG(mdev, ppcnt) : 1)
|