Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h798 #define PCIEM_TYPE_ROOT_INT_EP 0x0090 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1342 type = PCIEM_TYPE_ROOT_INT_EP; in pci_emul_add_pciecap()
1346 if (type != PCIEM_TYPE_ROOT_INT_EP) { in pci_emul_add_pciecap()
H A Dpci_nvme.c3290 error = pci_emul_add_pciecap(pi, PCIEM_TYPE_ROOT_INT_EP); in pci_nvme_init()
/freebsd/usr.sbin/pciconf/
H A Dcap.c607 case PCIEM_TYPE_ROOT_INT_EP: in cap_express()