Searched refs:NoResponseExpected (Results 1 – 4 of 4) sorted by relevance
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()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()
566 if ((fib->hw_fib_va->header.XferState & cpu_to_le32(Async | NoResponseExpected)) && in aac_eh_abort()1083 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) && in __aac_shutdown()
468 hw_fib->header.XferState |= cpu_to_le32(NoResponseExpected); in aac_fib_send()1344 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) && in _aac_reset_adapter()
458 NoResponseExpected = (1<<8), enumerator