Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c888 spin_lock_irq(mlx4_tlock(dev)); in _get_res()
917 spin_unlock_irq(mlx4_tlock(dev)); in _get_res()
935 spin_lock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
942 spin_unlock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
952 spin_lock_irq(mlx4_tlock(dev)); in put_res()
958 spin_unlock_irq(mlx4_tlock(dev)); in put_res()
974 spin_lock_irq(mlx4_tlock(dev)); in handle_existing_counter()
984 spin_unlock_irq(mlx4_tlock(dev)); in handle_existing_counter()
999 spin_lock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
1006 spin_unlock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
[all …]
Dmlx4.h1397 static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev) in mlx4_tlock() function