Home
last modified time | relevance | path

Searched refs:pACB (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dtmscsim.c297 # define DC390_LOCKA_INIT { spinlock_t __unlocked = SPIN_LOCK_UNLOCKED; pACB->lock = __unlocked; …
315 # define DC390_LOCK_ACB spin_lock_irqsave (&(pACB->lock), aflags)
316 # define DC390_UNLOCK_ACB spin_unlock_irqrestore (&(pACB->lock), aflags)
317 # define DC390_LOCK_ACB_NI spin_lock (&(pACB->lock))
318 # define DC390_UNLOCK_ACB_NI spin_unlock (&(pACB->lock))
326 # define DC390_LOCKA_INIT { spinlock_t __unlocked = SPIN_LOCK_UNLOCKED; pACB->lock = __unlocked;…
340 # define DC390_LOCK_ACB spin_lock_irqsave (&(pACB->lock), aflags)
341 # define DC390_UNLOCK_ACB spin_unlock_irqrestore (&(pACB->lock), aflags)
342 # define DC390_LOCK_ACB_NI spin_lock (&(pACB->lock))
343 # define DC390_UNLOCK_ACB_NI spin_unlock (&(pACB->lock))
[all …]
Dscsiiom.c20 dc390_StartSCSI( PACB pACB, PDCB pDCB, PSRB pSRB ) in dc390_StartSCSI() argument
26 if (pACB->Connected) in dc390_StartSCSI()
32 pACB->SelConn++; in dc390_StartSCSI()
35 if (time_before (jiffies, pACB->pScsiHost->last_reset)) in dc390_StartSCSI()
127 DEBUG0(if (pACB->pActiveDCB) \ in dc390_StartSCSI()
139 pACB->SelLost++; in dc390_StartSCSI()
143 pACB->pActiveDCB = pDCB; pDCB->pActiveSRB = pSRB; in dc390_StartSCSI()
144 pACB->Connected = 1; in dc390_StartSCSI()
155 dc390_dma_intr (PACB pACB) in dc390_dma_intr() argument
169 if (! pACB->pActiveDCB || ! pACB->pActiveDCB->pActiveSRB) return dstate; in dc390_dma_intr()
[all …]
Dtmscsim.h681 (inb (pACB->IOPortBase + (address)))
687 (inw (pACB->IOPortBase + (address)))
690 (inl (pACB->IOPortBase + (address)))
693 outb ((value), pACB->IOPortBase + (address))
699 outw ((value), pACB->IOPortBase + (address))
702 outl ((value), pACB->IOPortBase + (address))