Lines Matching refs:XferState

179 		hw_fib->header.XferState = cpu_to_le32(0xffffffff);  in aac_fib_setup()
231 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc_tag()
268 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc()
294 fibptr->hw_fib_va->header.XferState != 0) { in aac_fib_free()
297 le32_to_cpu(fibptr->hw_fib_va->header.XferState)); in aac_fib_free()
318 …hw_fib->header.XferState = cpu_to_le32(HostOwned | FibInitialized | FibEmpty | FastResponseCapable… in aac_fib_init()
334 hw_fib->header.XferState = 0; in fib_dealloc()
491 if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned))) in aac_fib_send()
494 if (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed)) in aac_fib_send()
512 hw_fib->header.XferState |= cpu_to_le32(Async | ResponseExpected); in aac_fib_send()
515 hw_fib->header.XferState |= cpu_to_le32(NoResponseExpected); in aac_fib_send()
518 hw_fib->header.XferState |= cpu_to_le32(ResponseExpected); in aac_fib_send()
542 hw_fib->header.XferState |= cpu_to_le32(SentFromHost); in aac_fib_send()
554 hw_fib->header.XferState |= cpu_to_le32(NormalPriority); in aac_fib_send()
573 dprintk((KERN_DEBUG " XferState = %x.\n", le32_to_cpu(hw_fib->header.XferState))); in aac_fib_send()
884 if (hw_fib->header.XferState == 0) { in aac_fib_adapter_complete()
906 if (hw_fib->header.XferState & cpu_to_le32(SentFromAdapter)) { in aac_fib_adapter_complete()
911 hw_fib->header.XferState |= cpu_to_le32(HostProcessed); in aac_fib_adapter_complete()
955 if (hw_fib->header.XferState == 0 || fibptr->done == 2) in aac_fib_complete()
972 if((hw_fib->header.XferState & cpu_to_le32(SentFromHost)) && in aac_fib_complete()
973 (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed))) in aac_fib_complete()
977 else if(hw_fib->header.XferState & cpu_to_le32(SentFromHost)) in aac_fib_complete()
984 } else if(hw_fib->header.XferState & cpu_to_le32(HostOwned)) { in aac_fib_complete()
1517 __le32 XferState = fib->hw_fib_va->header.XferState; in _aac_reset_adapter() local
1520 if (!(XferState & cpu_to_le32(NoResponseExpected | Async)) && in _aac_reset_adapter()
1521 (XferState & cpu_to_le32(ResponseExpected))) in _aac_reset_adapter()