Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aacraid/
Ddpcsup.c43 struct hw_fib * hwfib; in aac_response_normal() local
61 hwfib = fib->hw_fib_va; in aac_response_normal()
87 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
88 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_response_normal()
94 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_response_normal()
96 __le32 *pstatus = (__le32 *)hwfib->data; in aac_response_normal()
100 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
102 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) { in aac_response_normal()
386 struct hw_fib *hwfib = fib->hw_fib_va; in aac_intr_normal() local
390 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
[all …]