Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aacraid/
Ddpcsup.c62 struct hw_fib * hwfib; in aac_response_normal() local
82 hwfib = fib->hw_fib; in aac_response_normal()
106 *(u32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
107 hwfib->header.XferState |= cpu_to_le32(AdapterProcessed); in aac_response_normal()
112 if (hwfib->header.Command == cpu_to_le16(NuFileSystem)) in aac_response_normal()
114 u32 *pstatus = (u32 *)hwfib->data; in aac_response_normal()
118 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
120 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected)) in aac_response_normal()