Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pci/
HDpcivar.h173 #define PCICFG_VF 0x0001 /* Device is an SR-IOV Virtual Function */ macro
HDpci_iov.c825 if (!(vfinfo->cfg.flags & PCICFG_VF)) in pci_iov_is_child_vf()
HDpci.c3206 if ((dinfo->cfg.flags & PCICFG_VF) != 0) { in pci_bar_enabled()
4321 vf_dinfo->cfg.flags |= PCICFG_VF; in pci_add_iov_child()
5638 if (dinfo->cfg.flags & PCICFG_VF) { in pci_alloc_resource()
5672 if (cfg->flags & PCICFG_VF) { in pci_release_resource()
5875 if (cfg->flags & PCICFG_VF) { in pci_read_config_method()