Home
last modified time | relevance | path

Searched refs:max_channel (Results 1 – 9 of 9) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h113 __virtio16 max_channel; member
/qemu/pc-bios/s390-ccw/
H A Dvirtio.h213 uint16_t max_channel; member
H A Dvirtio-scsi.c215 debug_print_int("config.scsi.max_channel", vdev->config.scsi.max_channel); in virtio_scsi_locate_device()
/qemu/include/hw/scsi/
H A Dscsi.h129 int max_channel, max_target, max_lun; member
/qemu/hw/ufs/
H A Dlu.c88 .max_channel = 0,
/qemu/hw/scsi/
H A Dvirtio-scsi.c900 virtio_stw_p(vdev, &scsiconf->max_channel, VIRTIO_SCSI_MAX_CHANNEL); in virtio_scsi_get_config()
1180 .max_channel = VIRTIO_SCSI_MAX_CHANNEL,
H A Dspapr_vscsi.c1192 .max_channel = 7, /* logical unit addressing format */
H A Dvmw_pvscsi.c1144 .max_channel = 0,
H A Dscsi-bus.c296 if (dev->channel > bus->info->max_channel) { in scsi_bus_check_address()