Searched refs:MLX5_CAP_MCAM_REG (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 562 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi)) { in mlx5_component_query() 739 !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_firmware_flash() 740 !MLX5_CAP_MCAM_REG(dev, mcc) || in mlx5_firmware_flash() 741 !MLX5_CAP_MCAM_REG(dev, mcda)) { in mlx5_firmware_flash() 842 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_fw_version_query() 843 !MLX5_CAP_MCAM_REG(dev, mcqs)) { in mlx5_fw_version_query()
|
| H A D | hwmon.c | 380 if (!MLX5_CAP_MCAM_REG(mdev, mtmp)) in mlx5_hwmon_dev_register()
|
| H A D | fw_reset.c | 899 if (!MLX5_CAP_MCAM_REG(dev, mfrl)) in mlx5_fw_reset_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | sd.c | 230 if (!MLX5_CAP_MCAM_REG(dev, mpir)) in mlx5_sd_is_supported() 261 if (!MLX5_CAP_MCAM_REG(dev, mpir)) in sd_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 1021 if (!MLX5_CAP_MCAM_REG(dev, tracer_registers)) { in mlx5_fw_tracer_create()
|
| /linux/include/linux/mlx5/ |
| H A D | device.h | 1440 #define MLX5_CAP_MCAM_REG(mdev, reg) \ macro
|