Home
last modified time | relevance | path

Searched refs:BTSTAT_BUSRESET (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.h59 BTSTAT_BUSRESET = 0x25, /* host adapter issued BUS device reset */ enumerator
H A Dvmw_pvscsi.c546 pvscsi_req->cmp.hostStatus = BTSTAT_BUSRESET; in pvscsi_command_failed()
633 pvscsi_req->cmp.hostStatus = BTSTAT_BUSRESET; in pvscsi_request_cancelled()
/openbmc/linux/drivers/scsi/
H A Dvmw_pvscsi.h65 BTSTAT_BUSRESET = 0x25, /* host adapter issued BUS device reset */ enumerator
H A Dvmw_pvscsi.c626 case BTSTAT_BUSRESET: in pvscsi_complete_request()