Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSstructs.h925 spinlock_t hba_spinlock; // held/released by WorkerThread member
929 #define CPQ_SPINLOCK_HBA( x ) spin_lock(&x->hba_spinlock);
930 #define CPQ_SPINUNLOCK_HBA(x) spin_unlock(&x->hba_spinlock);
DcpqfcTSinit.c299 cpqfcHBAdata->hba_spinlock = SPIN_LOCK_UNLOCKED; in cpqfcTS_detect()