Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_atq_lock

559  * + a field named sc_atq_* in ixl_softc is protected by sc_atq_lock
640 kmutex_t sc_atq_lock;
1079 mutex_init(&sc->sc_atq_lock, MUTEX_DEFAULT, IPL_NET);
1453 mutex_destroy(&sc->sc_atq_lock);
1533 mutex_destroy(&sc->sc_atq_lock);
3606 mutex_enter(&sc->sc_atq_lock);
3609 mutex_exit(&sc->sc_atq_lock);
3613 mutex_enter(&sc->sc_atq_lock);
3616 mutex_exit(&sc->sc_atq_lock);
3635 mutex_enter(&sc->sc_atq_lock);
3658 error = cv_timedwait(&sc->sc_atq_cv, &sc->sc_atq_lock,
3667 mutex_exit(&sc->sc_atq_lock);
3804 KASSERT(mutex_owned(&sc->sc_atq_lock));
3844 KASSERT(mutex_owned(&sc->sc_atq_lock));
3889 mutex_enter(&sc->sc_atq_lock);
3891 mutex_exit(&sc->sc_atq_lock);
3898 KASSERT(mutex_owned(&sc->sc_atq_lock));
3908 mutex_enter(&sc->sc_atq_lock);
3910 mutex_exit(&sc->sc_atq_lock);
3920 KASSERT(mutex_owned(&sc->sc_atq_lock));
3930 error = cv_timedwait(&sc->sc_atq_cv, &sc->sc_atq_lock,
3946 mutex_enter(&sc->sc_atq_lock);
3970 mutex_exit(&sc->sc_atq_lock);
3984 mutex_exit(&sc->sc_atq_lock);