Searched refs:PCIM_MFDEV (Results 1 – 5 of 5) sorted by relevance
85 #define PCIM_MFDEV 0x80U macro400 return ((header_type != 0xffU) && ((header_type & PCIM_MFDEV) == PCIM_MFDEV)); in is_pci_cfg_multifunction()
25 pci_vdev_write_vcfg(vdev, PCIR_HDRTYPE, 1U, PCIM_HDRTYPE_NORMAL | PCIM_MFDEV); in init_vpci_mf_dev()
104 pci_vdev_write_vcfg(vdev, PCIR_HDRTYPE, 1U, (PCIM_HDRTYPE_BRIDGE | PCIM_MFDEV)); in init_vpci_bridge()
138 pci_vdev_write_vcfg(vdev, PCIR_HDRTYPE, 1U, (PCIM_HDRTYPE_NORMAL | PCIM_MFDEV)); in init_vhostbridge()
556 PCIM_HDRTYPE_NORMAL | ((vdev->bdf.bits.f == 0U) ? PCIM_MFDEV : 0U)); in init_ivshmem_vdev()
Completed in 10 milliseconds