Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c659 pCard->ioerr_queue_lock = AG_SPIN_UNLOCK(pCard->ioerr_queue_lock); in agtiapi_SetupEncryptionPools()
952 AG_SPIN_LOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_EncryptionIoctl()
970 AG_SPIN_UNLOCK_IRQ(&pCard->ioerr_queue_lock, flags); //for test in agtiapi_EncryptionIoctl()
1155 AG_SPIN_LOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_HandleEncryptedIOFailure()
1157 AG_SPIN_UNLOCK_IRQ(&pCard->ioerr_queue_lock, flags); in agtiapi_HandleEncryptedIOFailure()
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h366 struct mtx ioerr_queue_lock; member