Home
last modified time | relevance | path

Searched refs:MLX5_VSC_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dpci_vsc.h8 MLX5_VSC_UNLOCK, enumerator
Dpci_vsc.c118 ret = vsc_write(dev, VSC_SEMAPHORE_OFFSET, MLX5_VSC_UNLOCK); in mlx5_vsc_gw_unlock()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dcrdump.c69 mlx5_vsc_sem_set_space(dev, MLX5_SEMAPHORE_SW_RESET, MLX5_VSC_UNLOCK); in mlx5_crdump_collect()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c159 state = lock ? MLX5_VSC_LOCK : MLX5_VSC_UNLOCK; in lock_sem_sw_reset()