Home
last modified time | relevance | path

Searched refs:mlx4_tlock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c892 spin_lock_irq(mlx4_tlock(dev)); in _get_res()
921 spin_unlock_irq(mlx4_tlock(dev)); in _get_res()
939 spin_lock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
946 spin_unlock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
956 spin_lock_irq(mlx4_tlock(dev)); in put_res()
962 spin_unlock_irq(mlx4_tlock(dev)); in put_res()
978 spin_lock_irq(mlx4_tlock(dev)); in handle_existing_counter()
988 spin_unlock_irq(mlx4_tlock(dev)); in handle_existing_counter()
1003 spin_lock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
1010 spin_unlock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
[all …]
H A Dmlx4.h1407 static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev) in mlx4_tlock() function