Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c833 spin_lock_irq(mlx4_tlock(dev)); in get_res()
857 spin_unlock_irq(mlx4_tlock(dev)); in get_res()
872 spin_lock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
879 spin_unlock(mlx4_tlock(dev)); in mlx4_get_slave_from_resource_id()
889 spin_lock_irq(mlx4_tlock(dev)); in put_res()
893 spin_unlock_irq(mlx4_tlock(dev)); in put_res()
909 spin_lock_irq(mlx4_tlock(dev)); in handle_existing_counter()
917 spin_unlock_irq(mlx4_tlock(dev)); in handle_existing_counter()
932 spin_lock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
939 spin_unlock_irq(mlx4_tlock(dev)); in handle_unexisting_counter()
[all …]
Dmlx4.h1370 static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev) in mlx4_tlock() function