Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Ddpcsup.c103 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_response_normal()
115 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
117 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_response_normal()
254 if (fibptr->hw_fib_va->header.XferState & in aac_aif_callback()
370 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_intr_normal()
382 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_intr_normal()
384 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_intr_normal()
Dcommsup.c171 hw_fib->header.XferState = cpu_to_le32(0xffffffff); in aac_fib_setup()
225 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc()
250 if (fibptr->hw_fib_va->header.XferState != 0) { in aac_fib_free()
253 le32_to_cpu(fibptr->hw_fib_va->header.XferState)); in aac_fib_free()
274 …hw_fib->header.XferState = cpu_to_le32(HostOwned | FibInitialized | FibEmpty | FastResponseCapable… in aac_fib_init()
290 hw_fib->header.XferState = 0; in fib_dealloc()
448 if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned))) in aac_fib_send()
465 hw_fib->header.XferState |= cpu_to_le32(Async | ResponseExpected); in aac_fib_send()
468 hw_fib->header.XferState |= cpu_to_le32(NoResponseExpected); in aac_fib_send()
471 hw_fib->header.XferState |= cpu_to_le32(ResponseExpected); in aac_fib_send()
[all …]
Dlinit.c552 if (fib->hw_fib_va->header.XferState && in aac_eh_abort()
566 if ((fib->hw_fib_va->header.XferState & cpu_to_le32(Async | NoResponseExpected)) && in aac_eh_abort()
597 if (fib->hw_fib_va->header.XferState && in aac_eh_reset()
1083 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) && in __aac_shutdown()
1084 (fib->hw_fib_va->header.XferState & cpu_to_le32(ResponseExpected))) in __aac_shutdown()
Dcommctrl.c136 kfib->header.XferState = 0; in ioctl_send_fib()
512 srbfib->hw_fib_va->header.XferState &= ~cpu_to_le32(FastResponseCapable); in aac_send_raw_srb()
Daacraid.h361 __le32 XferState; /* Current transfer state for this CCB */ member