Home
last modified time | relevance | path

Searched refs:PCI_CLASS_MASS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dpciide.h39 #define PCIIDE_BM_CLASS ((PCI_CLASS_MASS << 16) | (PCI_MASS_IDE << 8) | 0x80)
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c624 } else if (class == PCI_CLASS_MASS) { in declare_dev_and_fn()
666 if (class == PCI_CLASS_MASS && subclass == PCI_MASS_NVME && in declare_dev_and_fn()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h207 #define PCI_CLASS_MASS 0x1 /* Mass storage Controller class */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c677 } else if (prop->ppd_class == PCI_CLASS_MASS && in pci_prop_set_common_props()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2063 if (prop->ppd_class != PCI_CLASS_MASS) in is_pciide()