Searched refs:MLX5_VSC_GET (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_vsc.c | 99 if (expected == MLX5_VSC_GET(vsc_addr, &flag, flag)) in mlx5_vsc_wait_on_flag() 124 if (MLX5_VSC_GET(vsc_space, &vsc_space, status) != MLX5_VSC_SPACE_SUPPORTED) { in mlx5_vsc_set_space()
|
| HD | mlx5_fwdump.c | 123 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep() 157 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep()
|
| /freebsd-13-stable/sys/dev/mlx5/ |
| HD | device.h | 168 #define MLX5_VSC_GET(typ, p, fld) ((le32_to_cpu(*((__le32 *)(p) +\ macro 173 u32 ___t = MLX5_VSC_GET(typ, p, fld); \
|