Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pci/
HDpci.c3254 if ((dinfo->cfg.flags & PCICFG_VF) != 0) { in pci_bar_enabled()
4370 vf_dinfo->cfg.flags |= PCICFG_VF; in pci_add_iov_child()
5697 if (dinfo->cfg.flags & PCICFG_VF) { in pci_alloc_resource()
5731 if (cfg->flags & PCICFG_VF) { in pci_release_resource()
5779 if (dinfo->cfg.flags & PCICFG_VF) { in pci_activate_resource()
5827 if (dinfo->cfg.flags & PCICFG_VF) { in pci_deactivate_resource()
5867 if (dinfo->cfg.flags & PCICFG_VF) { in pci_adjust_resource()
5896 if (dinfo->cfg.flags & PCICFG_VF) { in pci_map_resource()
5924 if (dinfo->cfg.flags & PCICFG_VF) { in pci_unmap_resource()
6059 if (cfg->flags & PCICFG_VF) { in pci_read_config_method()
HDpcivar.h176 #define PCICFG_VF 0x0001 /* Device is an SR-IOV Virtual Function */ macro
HDpci_iov.c834 if (!(vfinfo->cfg.flags & PCICFG_VF)) in pci_iov_is_child_vf()