Home
last modified time | relevance | path

Searched refs:PCIS_STORAGE_NVM (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme_pci.c139 #if defined(PCIS_STORAGE_NVM) in nvme_pci_probe()
141 pci_get_subclass(device) == PCIS_STORAGE_NVM && in nvme_pci_probe()
/freebsd/sys/dev/ahci/
H A Dahci_pci.c549 (PCIS_STORAGE_NVM << 8) | in ahci_pci_attach()
/freebsd/sys/dev/pci/
H A Dpcireg.h350 #define PCIS_STORAGE_NVM 0x08 macro
H A Dpci.c5048 {PCIC_STORAGE, PCIS_STORAGE_NVM, 1, "NVM"},
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c942 {PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c3326 pci_set_cfgdata8(pi, PCIR_SUBCLASS, PCIS_STORAGE_NVM); in pci_nvme_init()