|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| VOID NTAPI | UniataQueueRequest (IN PHW_CHANNEL chan, IN PSCSI_REQUEST_BLOCK Srb) |
| VOID NTAPI | UniataRemoveRequest (IN PHW_CHANNEL chan, IN PSCSI_REQUEST_BLOCK Srb) |
| PSCSI_REQUEST_BLOCK NTAPI | UniataGetCurRequest (IN PHW_CHANNEL chan) |
| PHW_CHANNEL NTAPI | UniataGetNextChannel (IN PHW_CHANNEL chan) |
| PSCSI_REQUEST_BLOCK NTAPI UniataGetCurRequest | ( | IN PHW_CHANNEL | chan | ) |
Definition at line 358 of file id_queue.cpp.
Referenced by AtapiCallBack__(), AtapiCheckInterrupt__(), AtapiEnableInterrupts__(), AtapiInterrupt__(), AtapiResetController__(), and AtapiStartIo__().
| PHW_CHANNEL NTAPI UniataGetNextChannel | ( | IN PHW_CHANNEL | chan | ) |
Definition at line 376 of file id_queue.cpp.
Referenced by AtapiEnableInterrupts__(), and AtapiInterrupt__().
| VOID NTAPI UniataQueueRequest | ( | IN PHW_CHANNEL | chan, |
| IN PSCSI_REQUEST_BLOCK | Srb | ||
| ) |
Definition at line 93 of file id_queue.cpp.
Referenced by AtapiStartIo__().
| VOID NTAPI UniataRemoveRequest | ( | IN PHW_CHANNEL | chan, |
| IN PSCSI_REQUEST_BLOCK | Srb | ||
| ) |
Definition at line 265 of file id_queue.cpp.
Referenced by AtapiCallBack__(), AtapiInterrupt__(), AtapiResetController__(), AtapiStartIo__(), and IdeReadWrite().