Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c658 pCard->ioerr_queue_lock = AG_SPIN_UNLOCK(pCard->ioerr_queue_lock); in agtiapi_SetupEncryptionPools()
951 AG_SPIN_LOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_EncryptionIoctl()
969 AG_SPIN_UNLOCK_IRQ(&pCard->ioerr_queue_lock, flags); //for test in agtiapi_EncryptionIoctl()
1154 AG_SPIN_LOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_HandleEncryptedIOFailure()
1156 AG_SPIN_UNLOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_HandleEncryptedIOFailure()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h365 struct mtx ioerr_queue_lock; member