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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPPvar.h48 spinlock_t sc_mtx; /* per-instance lock */ member in struct:hipp_softc
90 #define HIPP_LOCK(_sc) spin_lock_irqsave(&(_sc)->sc_mtx, l_flags)
91 #define HIPP_UNLOCK(_sc) spin_unlock_irqrestore(&(_sc)->sc_mtx, l_flags)
H A Dhifn7751var.h141 spinlock_t sc_mtx; /* per-instance lock */ member in struct:hifn_softc
190 #define HIFN_LOCK(_sc) spin_lock_irqsave(&(_sc)->sc_mtx, l_flags)
191 #define HIFN_UNLOCK(_sc) spin_unlock_irqrestore(&(_sc)->sc_mtx, l_flags)
H A DhifnHIPP.c237 spin_lock_init(&sc->sc_mtx);
H A Dhifn7751.c462 spin_lock_init(&sc->sc_mtx);

Completed in 81 milliseconds