Home
last modified time | relevance | path

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

/openbmc/qemu/include/scsi/
H A Dconstants.h221 #define TYPE_ZBC 0x14 /* Host-managed Zoned SCSI Device */ macro
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c187 if ((s->type == TYPE_DISK || s->type == TYPE_ZBC) && in scsi_handle_inquiry_reply()
335 if ((s->type == TYPE_DISK || s->type == TYPE_TAPE || s->type == TYPE_ZBC) && in scsi_read_complete()
646 if (s->type == TYPE_DISK || s->type == TYPE_ZBC) { in scsi_generic_read_device_inquiry()