Searched refs:poll_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h414 spinlock_t poll_lock; /* protects from LLS/napi conflicts */ member in struct:mlx4_en_cq
664 spin_lock_init(&cq->poll_lock);
672 spin_lock(&cq->poll_lock);
680 spin_unlock(&cq->poll_lock);
688 spin_lock(&cq->poll_lock);
695 spin_unlock(&cq->poll_lock);
703 spin_lock_bh(&cq->poll_lock);
717 spin_unlock_bh(&cq->poll_lock);
725 spin_lock_bh(&cq->poll_lock);
731 spin_unlock_bh(&cq->poll_lock);
[all...]

Completed in 140 milliseconds