Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h115 #define VIRTIO_SCSI_F_HOTPLUG 0x0002 /* Host should enable hot plug/unplug macro
H A Dvirtio_scsivar.h141 (VIRTIO_SCSI_F_HOTPLUG | \
H A Dvirtio_scsi.c214 { VIRTIO_SCSI_F_HOTPLUG, "Hotplug" },
434 if (virtio_with_feature(dev, VIRTIO_SCSI_F_HOTPLUG)) in vtscsi_setup_features()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c84 #define VIRTIO_SCSI_F_HOTPLUG (1 << 1) macro