Searched refs:hwfib (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/aacraid/
H A Ddpcsup.c58 struct hw_fib * hwfib; aac_response_normal() local
76 hwfib = fib->hw_fib_va; aac_response_normal()
102 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); aac_response_normal()
103 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); aac_response_normal()
109 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) aac_response_normal()
111 __le32 *pstatus = (__le32 *)hwfib->data; aac_response_normal()
115 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) aac_response_normal()
117 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) aac_response_normal()
347 struct hw_fib * hwfib = fib->hw_fib_va; aac_intr_normal() local
369 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); aac_intr_normal()
370 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); aac_intr_normal()
376 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) aac_intr_normal()
378 __le32 *pstatus = (__le32 *)hwfib->data; aac_intr_normal()
382 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) aac_intr_normal()
384 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) aac_intr_normal()

Completed in 116 milliseconds