Searched refs:XferState (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aacraid/
H A Ddpcsup.c103 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed);
114 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async))
116 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected))
253 if (fibptr->hw_fib_va->header.XferState &
369 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed);
380 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async))
382 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected))
H A Dcommsup.c145 hw_fib->header.XferState = cpu_to_le32(0xffffffff);
193 fibptr->hw_fib_va->header.XferState = 0;
222 if (fibptr->hw_fib_va->header.XferState != 0) {
223 printk(KERN_WARNING "aac_fib_free, XferState != 0, fibptr = 0x%p, XferState = 0x%x\n",
225 le32_to_cpu(fibptr->hw_fib_va->header.XferState));
245 hw_fib->header.XferState = cpu_to_le32(HostOwned | FibInitialized | FibEmpty | FastResponseCapable);
263 hw_fib->header.XferState = 0;
422 if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned)))
439 hw_fib->header.XferState |
[all...]
H A Dlinit.c269 if (fib->hw_fib_va->header.XferState &&
574 if (fib->hw_fib_va->header.XferState &&
588 if ((fib->hw_fib_va->header.XferState & cpu_to_le32(Async | NoResponseExpected)) &&
619 if (fib->hw_fib_va->header.XferState &&
H A Dcommctrl.c127 kfib->header.XferState = 0;
H A Daacraid.h296 __le32 XferState; /* Current transfer state for this CCB */ member in struct:aac_fibhdr

Completed in 65 milliseconds