Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/atapi/
H A Datapi.c59 ULONG WordsLeft; member
795 deviceExtension->WordsLeft = 0; in AtapiResetController()
3667 if (deviceExtension->WordsLeft) { in AtapiInterrupt()
3842 deviceExtension->WordsLeft -= wordCount; in AtapiInterrupt()
3963 deviceExtension->WordsLeft -= wordCount; in AtapiInterrupt()
3969 if (deviceExtension->WordsLeft == 0) { in AtapiInterrupt()
4022 if (deviceExtension->WordsLeft) { in AtapiInterrupt()
4219 if (deviceExtension->WordsLeft) { in AtapiInterrupt()
4468 deviceExtension->WordsLeft = 0; in IdeSendSmartCommand()
4697 deviceExtension->WordsLeft = 0; in IdeReadWrite()
[all …]
/reactos/drivers/storage/ide/uniata/
H A Did_ata.cpp5653 if (AtaReq->WordsLeft) {
5707 AtaReq->WordsLeft = 0;
5795 AtaReq->WordsLeft = 0;
5918 AtaReq->WordsLeft = 0;
6002 if (AtaReq->WordsLeft == 0) {
6097 AtaReq->WordsLeft = 0;
6432 if(AtaReq->WordsLeft) {
6617 AtaReq->WordsLeft == 0) {
6792 AtaReq->WordsLeft = 0;
7196 AtaReq->WordsLeft = 0;
[all …]
H A Dbsmaster.h883 ULONG WordsLeft; // Data words left. member