Home
last modified time | relevance | path

Searched refs:SRB_FUNCTION_RESET_BUS (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/storage/ide/uniata/
H A Dsrb.h326 #define SRB_FUNCTION_RESET_BUS 0x12 macro
H A Did_ata.cpp9736 case SRB_FUNCTION_RESET_BUS:
/reactos/sdk/include/ddk/
H A Dsrb.h91 #define SRB_FUNCTION_RESET_BUS 0x12 macro
H A Dstorport.h350 #define SRB_FUNCTION_RESET_BUS 0x12 macro
/reactos/drivers/storage/port/scsiport/
H A Dscsi.c471 if ((Srb->Function == SRB_FUNCTION_RESET_BUS) || in SpiSenseCompletionRoutine()
/reactos/drivers/storage/port/buslogic/
H A DBusLogic958.c1620 case SRB_FUNCTION_RESET_BUS: in BT958HwStartIO()
/reactos/drivers/storage/class/disk/
H A Ddisk.c2775 srbEx->SrbFunction = SRB_FUNCTION_RESET_BUS; in ResetBus()
2800 srb->Function = SRB_FUNCTION_RESET_BUS; in ResetBus()
/reactos/drivers/storage/ide/atapi/
H A Datapi.c5914 case SRB_FUNCTION_RESET_BUS: in AtapiStartIo()