Lines Matching refs:XferState

171 		hw_fib->header.XferState = cpu_to_le32(0xffffffff);  in aac_fib_setup()
224 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc_tag()
262 fibptr->hw_fib_va->header.XferState = 0; in aac_fib_alloc()
288 fibptr->hw_fib_va->header.XferState != 0) { in aac_fib_free()
291 le32_to_cpu(fibptr->hw_fib_va->header.XferState)); in aac_fib_free()
312 …hw_fib->header.XferState = cpu_to_le32(HostOwned | FibInitialized | FibEmpty | FastResponseCapable… in aac_fib_init()
328 hw_fib->header.XferState = 0; in fib_dealloc()
485 if (!(hw_fib->header.XferState & cpu_to_le32(HostOwned))) in aac_fib_send()
488 if (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed)) in aac_fib_send()
506 hw_fib->header.XferState |= cpu_to_le32(Async | ResponseExpected); in aac_fib_send()
509 hw_fib->header.XferState |= cpu_to_le32(NoResponseExpected); in aac_fib_send()
512 hw_fib->header.XferState |= cpu_to_le32(ResponseExpected); in aac_fib_send()
536 hw_fib->header.XferState |= cpu_to_le32(SentFromHost); in aac_fib_send()
548 hw_fib->header.XferState |= cpu_to_le32(NormalPriority); in aac_fib_send()
567 dprintk((KERN_DEBUG " XferState = %x.\n", le32_to_cpu(hw_fib->header.XferState))); in aac_fib_send()
878 if (hw_fib->header.XferState == 0) { in aac_fib_adapter_complete()
900 if (hw_fib->header.XferState & cpu_to_le32(SentFromAdapter)) { in aac_fib_adapter_complete()
905 hw_fib->header.XferState |= cpu_to_le32(HostProcessed); in aac_fib_adapter_complete()
949 if (hw_fib->header.XferState == 0 || fibptr->done == 2) in aac_fib_complete()
966 if((hw_fib->header.XferState & cpu_to_le32(SentFromHost)) && in aac_fib_complete()
967 (hw_fib->header.XferState & cpu_to_le32(AdapterProcessed))) in aac_fib_complete()
971 else if(hw_fib->header.XferState & cpu_to_le32(SentFromHost)) in aac_fib_complete()
978 } else if(hw_fib->header.XferState & cpu_to_le32(HostOwned)) { in aac_fib_complete()
1514 __le32 XferState = fib->hw_fib_va->header.XferState; in _aac_reset_adapter() local
1517 if (!(XferState & cpu_to_le32(NoResponseExpected | Async)) && in _aac_reset_adapter()
1518 (XferState & cpu_to_le32(ResponseExpected))) in _aac_reset_adapter()