Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cardbus/
H A Dcardbus.c209 if (dinfo->pci.cfg.mfdev) in cardbus_attach_card()
/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_emul.c1665 int mfdev; in pci_emul_hdrtype_fixup() local
1668 mfdev = pci_emul_is_mfdev(bus, slot); in pci_emul_hdrtype_fixup()
1673 if (mfdev) { in pci_emul_hdrtype_fixup()
1679 if (mfdev) { in pci_emul_hdrtype_fixup()
/freebsd-12.1/sys/dev/pci/
H A Dpcivar.h206 uint8_t mfdev; /* multi-function device (from hdrtype reg) */ member
H A Dpci.c697 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
2931 cfg->mfdev); in pci_print_verbose()