Lines Matching refs:hwfib
59 struct hw_fib * hwfib; in aac_response_normal() local
77 hwfib = fib->hw_fib_va; in aac_response_normal()
103 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
104 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_response_normal()
110 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_response_normal()
112 __le32 *pstatus = (__le32 *)hwfib->data; in aac_response_normal()
116 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
118 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_response_normal()
402 struct hw_fib *hwfib = fib->hw_fib_va; in aac_intr_normal() local
406 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
407 hwfib->header.XferState |= in aac_intr_normal()
412 if (hwfib->header.Command == in aac_intr_normal()
414 __le32 *pstatus = (__le32 *)hwfib->data; in aac_intr_normal()
419 if (hwfib->header.XferState & in aac_intr_normal()
421 if (hwfib->header.XferState & cpu_to_le32( in aac_intr_normal()