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

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

Completed in 145 milliseconds