Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci.c3291 if ((dinfo->cfg.flags & PCICFG_VF) != 0) { in pci_bar_enabled()
4398 vf_dinfo->cfg.flags |= PCICFG_VF; in pci_add_iov_child()
5710 if (dinfo->cfg.flags & PCICFG_VF) { in pci_alloc_resource()
5742 if (cfg->flags & PCICFG_VF) { in pci_release_resource()
5785 if (dinfo->cfg.flags & PCICFG_VF) { in pci_activate_resource()
5833 if (dinfo->cfg.flags & PCICFG_VF) { in pci_deactivate_resource()
5873 if (dinfo->cfg.flags & PCICFG_VF) { in pci_adjust_resource()
5902 if (dinfo->cfg.flags & PCICFG_VF) { in pci_map_resource()
5930 if (dinfo->cfg.flags & PCICFG_VF) { in pci_unmap_resource()
6065 if (cfg->flags & PCICFG_VF) { in pci_read_config_method()
H A Dpcivar.h174 #define PCICFG_VF 0x0001 /* Device is an SR-IOV Virtual Function */ macro
H A Dpci_iov.c855 if (!(vfinfo->cfg.flags & PCICFG_VF)) in pci_iov_is_child_vf()