Searched refs:mlx5_vsc_read (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_vsc.c | 156 int mlx5_vsc_read(struct mlx5_core_dev *mdev, u32 addr, u32 *data) in mlx5_vsc_read() function 203 ret = mlx5_vsc_read(mdev, addr, &data); in mlx5_vsc_lock_addr_space() 227 ret = mlx5_vsc_read(mdev, addr, &data); in mlx5_vsc_unlock_addr_space()
|
| H A D | mlx5_fwdump.c | 219 error = mlx5_vsc_read(mdev, r->addr + ri * 4, in mlx5_fwdump()
|
| /freebsd/sys/dev/mlx5/ |
| H A D | driver.h | 1171 int mlx5_vsc_read(struct mlx5_core_dev *mdev, u32 addr, u32 *data);
|