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

/freebsd-13-stable/sys/dev/hptmv/
H A Dcommand.h168 ULONG dummy[2]; /* uScratch.wait shall be moved out uScratch.
207 } uScratch; member in struct:_Command
H A Dentry.c1657 if (pCmd->uScratch.sata_param.prdAddr)
1658 FreePRDTable(pMvSataAdapter->IALData,pCmd->uScratch.sata_param.prdAddr);
1685 pCmd->uScratch.sata_param.responseFlags = responseFlags;
1686 pCmd->uScratch.sata_param.bIdeStatus = registerStruct->statusRegister;
1687 pCmd->uScratch.sata_param.errorRegister = registerStruct->errorRegister;
1697 if (pCmd->uCmd.Ide.Command == IDE_COMMAND_VERIFY && pCmd->uScratch.sata_param.cmd_priv > 1) {
1698 pCmd->uScratch.sata_param.cmd_priv --;
1855 pCmd->uScratch.sata_param.prdAddr = (PVOID)pPRDTable;
1909 pCmd->uScratch.sata_param.cmd_priv = 1;

Completed in 59 milliseconds