Home
last modified time | relevance | path

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

/freebsd/sys/dev/cardbus/
H A Dcardbus.c198 if (dinfo->pci.cfg.mfdev) in cardbus_attach_card()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c2158 int mfdev; in pci_emul_hdrtype_fixup() local
2161 mfdev = pci_emul_is_mfdev(bus, slot); in pci_emul_hdrtype_fixup()
2166 if (mfdev) { in pci_emul_hdrtype_fixup()
2172 if (mfdev) { in pci_emul_hdrtype_fixup()
/freebsd/sys/dev/pci/
H A Dpcivar.h204 uint8_t mfdev; /* multi-function device (from hdrtype reg) */ member
H A Dpci.c771 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
3091 cfg->mfdev); in pci_print_verbose()