Lines Matching refs:XferState
179 hw_fib->header.XferState = cpu_to_le32(0xffffffff); in aac_fib_setup()
232 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc_tag()
270 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc()
296 fibptr->hw_fib_va->header.XferState != 0) { in aac_fib_free()
299 le32_to_cpu(fibptr->hw_fib_va->header.XferState)); in aac_fib_free()
320 …hw_fib->header.XferState = cpu_to_le32(HostOwned | FibInitialized | FibEmpty | FastResponseCapable… in aac_fib_init()
336 hw_fib->header.XferState = 0; in fib_dealloc()
493 if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned))) in aac_fib_send()
496 if (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed)) in aac_fib_send()
514 hw_fib->header.XferState |= cpu_to_le32(Async | ResponseExpected); in aac_fib_send()
517 hw_fib->header.XferState |= cpu_to_le32(NoResponseExpected); in aac_fib_send()
520 hw_fib->header.XferState |= cpu_to_le32(ResponseExpected); in aac_fib_send()
544 hw_fib->header.XferState |= cpu_to_le32(SentFromHost); in aac_fib_send()
556 hw_fib->header.XferState |= cpu_to_le32(NormalPriority); in aac_fib_send()
575 dprintk((KERN_DEBUG " XferState = %x.\n", le32_to_cpu(hw_fib->header.XferState))); in aac_fib_send()
886 if (hw_fib->header.XferState == 0) { in aac_fib_adapter_complete()
908 if (hw_fib->header.XferState & cpu_to_le32(SentFromAdapter)) { in aac_fib_adapter_complete()
913 hw_fib->header.XferState |= cpu_to_le32(HostProcessed); in aac_fib_adapter_complete()
957 if (hw_fib->header.XferState == 0 || fibptr->done == 2) in aac_fib_complete()
974 if((hw_fib->header.XferState & cpu_to_le32(SentFromHost)) && in aac_fib_complete()
975 (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed))) in aac_fib_complete()
979 else if(hw_fib->header.XferState & cpu_to_le32(SentFromHost)) in aac_fib_complete()
986 } else if(hw_fib->header.XferState & cpu_to_le32(HostOwned)) { in aac_fib_complete()
1522 __le32 XferState = fib->hw_fib_va->header.XferState; in _aac_reset_adapter() local
1525 if (!(XferState & cpu_to_le32(NoResponseExpected | Async)) && in _aac_reset_adapter()
1526 (XferState & cpu_to_le32(ResponseExpected))) in _aac_reset_adapter()