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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp281 #define AHCI_REQ_OVERFLOW RT_BIT_32(0) macro
3939 if (pAhciReq->fFlags & AHCI_REQ_OVERFLOW)
5541 pAhciReq->fFlags |= AHCI_REQ_OVERFLOW;
5594 pAhciReq->fFlags |= AHCI_REQ_OVERFLOW;
5826 pAhciReq->fFlags |= AHCI_REQ_OVERFLOW;
6057 if (pAhciReq->fFlags & AHCI_REQ_OVERFLOW)
6764 pAhciReq->fFlags |= AHCI_REQ_OVERFLOW;
6768 if (!(pAhciReq->fFlags & AHCI_REQ_OVERFLOW))

Completed in 58 milliseconds