Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c898 spin_lock_irq(mlx4_tlock(dev)); in _get_res()
927 spin_unlock_irq(mlx4_tlock(dev)); in _get_res()
945 spin_lock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
952 spin_unlock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
962 spin_lock_irq(mlx4_tlock(dev)); in put_res()
968 spin_unlock_irq(mlx4_tlock(dev)); in put_res()
984 spin_lock_irq(mlx4_tlock(dev)); in handle_existing_counter()
994 spin_unlock_irq(mlx4_tlock(dev)); in handle_existing_counter()
1009 spin_lock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
1016 spin_unlock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
[all …]
Dmlx4.h1407 static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev) in mlx4_tlock() function