Home
last modified time | relevance | path

Searched refs:PCICFG_VF (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pci/
HDpcivar.h159 #define PCICFG_VF 0x0001 /* Device is an SR-IOV Virtual Function */ macro
HDpci_iov.c736 if (!(vfinfo->cfg.flags & PCICFG_VF)) in pci_iov_is_child_vf()
HDpci.c3678 vf_dinfo->cfg.flags |= PCICFG_VF; in pci_add_iov_child()
4806 if (dinfo->cfg.flags & PCICFG_VF) { in pci_alloc_resource()
4840 if (dinfo->cfg.flags & PCICFG_VF) { in pci_release_resource()
5021 if (cfg->flags & PCICFG_VF) { in pci_read_config_method()