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.c2155 int mfdev; in pci_emul_hdrtype_fixup() local
2158 mfdev = pci_emul_is_mfdev(bus, slot); in pci_emul_hdrtype_fixup()
2163 if (mfdev) { in pci_emul_hdrtype_fixup()
2169 if (mfdev) { in pci_emul_hdrtype_fixup()
/freebsd/sys/dev/pci/
H A Dpcivar.h206 uint8_t mfdev; /* multi-function device (from hdrtype reg) */ member
H A Dpci.c759 cfg->mfdev = (cfg->hdrtype & PCIM_MFDEV) != 0; in pci_fill_devinfo()
3033 cfg->mfdev); in pci_print_verbose()