Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cardbus/
H A Dcardbus.c209 if (dinfo->pci.cfg.mfdev) in cardbus_attach_card()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_emul.c2131 int mfdev; in pci_emul_hdrtype_fixup() local
2134 mfdev = pci_emul_is_mfdev(bus, slot); in pci_emul_hdrtype_fixup()
2139 if (mfdev) { in pci_emul_hdrtype_fixup()
2145 if (mfdev) { in pci_emul_hdrtype_fixup()
/freebsd-14.2/sys/dev/pci/
H A Dpcivar.h208 uint8_t mfdev; /* multi-function device (from hdrtype reg) */ member
H A Dpci.c732 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
2986 cfg->mfdev); in pci_print_verbose()