Home
last modified time | relevance | path

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

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