Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vsc.c120 MLX5_VSC_SET(vsc_space, &vsc_space, space, space); in mlx5_vsc_set_space()
144 MLX5_VSC_SET(vsc_addr, &in, address, addr); in mlx5_vsc_write()
145 MLX5_VSC_SET(vsc_addr, &in, flag, 1); in mlx5_vsc_write()
168 MLX5_VSC_SET(vsc_addr, &in, address, addr); in mlx5_vsc_read()
H A Dmlx5_fwdump.c111 MLX5_VSC_SET(vsc_addr, &in, address, addr); in mlx5_fwdump_prep()
143 MLX5_VSC_SET(vsc_addr, &in, address, addr); in mlx5_fwdump_prep()
/freebsd/sys/dev/mlx5/
H A Ddevice.h161 #define MLX5_VSC_SET(typ, p, fld, v) do { \ macro