Searched defs:fFirstD2HFisSend (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp436 bool fFirstD2HFisSend; member in struct:AHCIPort
1085 if ((pAhciPort->regCMD & AHCI_PORT_CMD_FRE) && (!pAhciPort->fFirstD2HFisSend))
1260 pAhciPort->fFirstD2HFisSend = false;
1474 if ( !pAhciPort->fFirstD2HFisSend
1481 pAhciPort->fFirstD2HFisSend = true;
2806 pAhciPort->fFirstD2HFisSend = true;
6962 pHlp->pfnPrintf(pHlp, "PortFirstD2HFisSend=%RTbool\n", pThisPort->fFirstD2HFisSend);

Completed in 58 milliseconds