Home
last modified time | relevance | path

Searched refs:MLX5_VSC_GET (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_vsc.c99 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()
HDmlx5_fwdump.c123 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/
HDdevice.h168 #define MLX5_VSC_GET(typ, p, fld) ((le32_to_cpu(*((__le32 *)(p) +\ macro
173 u32 ___t = MLX5_VSC_GET(typ, p, fld); \