Home
last modified time | relevance | path

Searched refs:SCSI_IO_DEV_FROM_THIS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
DScsiBus.c698 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (ScsiIo); in SCSIBusDriverBindingStop()
785 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (This); in ScsiGetDeviceType()
818 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (This); in ScsiGetDeviceLocation()
847 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (This); in ScsiResetBus()
886 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (This); in ScsiResetDevice()
984 ScsiIoDevice = SCSI_IO_DEV_FROM_THIS (This); in ScsiExecuteSCSICommand()
DScsiBus.h106 #define SCSI_IO_DEV_FROM_THIS(a) CR (a, SCSI_IO_DEV, ScsiIo, SCSI_IO_DEV_SIGNATURE) macro