Searched refs:MLX5_CAP_MCAM_REG (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fw.c | 523 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi)) { in mlx5_component_query() 700 !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_firmware_flash() 701 !MLX5_CAP_MCAM_REG(dev, mcc) || in mlx5_firmware_flash() 702 !MLX5_CAP_MCAM_REG(dev, mcda)) { in mlx5_firmware_flash() 800 if (!MLX5_CAP_GEN(dev, mcam_reg) || !MLX5_CAP_MCAM_REG(dev, mcqi) || in mlx5_fw_version_query() 801 !MLX5_CAP_MCAM_REG(dev, mcqs)) { in mlx5_fw_version_query()
|
| A D | health.c | 839 if (mlx5_core_is_pf(dev) && MLX5_CAP_MCAM_REG(dev, mrtc)) in mlx5_start_health_poll()
|
| A D | eq.c | 569 if (MLX5_CAP_MCAM_REG(dev, tracer_registers)) in gather_async_events_mask()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | clock.c | 84 if (!MLX5_CAP_MCAM_REG(dev, mtutc)) in mlx5_set_mtutc()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| A D | fw_tracer.c | 935 if (!MLX5_CAP_MCAM_REG(dev, tracer_registers)) { in mlx5_fw_tracer_create()
|
| /linux/include/linux/mlx5/ |
| A D | device.h | 1399 #define MLX5_CAP_MCAM_REG(mdev, reg) \ macro
|
Completed in 53 milliseconds