Home
last modified time | relevance | path

Searched refs:PCI_CLASS_STORAGE_SCSI (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-user-scsi-pci.c82 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_user_scsi_pci_class_init()
H A Dvhost-scsi-pci.c76 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_scsi_pci_class_init()
H A Dvhost-user-blk-pci.c81 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in vhost_user_blk_pci_class_init()
H A Dvirtio-blk-pci.c79 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in virtio_blk_pci_class_init()
H A Dvirtio-scsi-pci.c88 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI; in virtio_scsi_pci_class_init()
H A Dvirtio-pci.c250 .class_id = PCI_CLASS_STORAGE_SCSI,
258 .class_id = PCI_CLASS_STORAGE_SCSI
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daiclib.h152 ID_C(x, PCI_CLASS_STORAGE_SCSI), \
H A Daic7xxx_osm_pci.c47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI)
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h20 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c244 case PCI_CLASS_STORAGE_SCSI: in unplug_disks()
/openbmc/qemu/docs/devel/
H A Dvirtio-backends.rst135 pcidev_k->class_id = PCI_CLASS_STORAGE_SCSI;
/openbmc/qemu/hw/scsi/
H A Desp-pci.c440 k->class_id = PCI_CLASS_STORAGE_SCSI; in esp_pci_class_init()
H A Dvmw_pvscsi.c1332 k->class_id = PCI_CLASS_STORAGE_SCSI; in pvscsi_class_init()
H A Dmptsas.c1432 pc->class_id = PCI_CLASS_STORAGE_SCSI; in mptsas1068_class_init()
H A Dlsi53c895a.c2387 k->class_id = PCI_CLASS_STORAGE_SCSI; in lsi_class_init()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1994 PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SCSI<<8, 0xffff00, 0UL },
2004 PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SCSI<<8, 0xffff00, 0UL }, /* new */
/openbmc/u-boot/include/
H A Dpci_ids.h16 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h19 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c973 { PCI_CLASS_STORAGE_SCSI, "scsi", NULL },
/openbmc/linux/drivers/pci/
H A Dquirks.c2551 dev->class = PCI_CLASS_STORAGE_SCSI << 8; in fixup_rev1_53c810()