Home
last modified time | relevance | path

Searched refs:table_bar (Results 1 – 8 of 8) sorted by relevance

/hypervisor/dm/vpci/
A Dpci_pt.c207 vbar = &vdev->vbars[msix->table_bar]; in vdev_pt_map_msix()
238 if ((has_msix_cap(vdev) && (idx == vdev->msix.table_bar))) { in vdev_pt_unmap_mem_vbar()
261 if (has_msix_cap(vdev) && (idx == vdev->msix.table_bar)) { in vdev_pt_map_mem_vbar()
513 vdev->msix.mmio_hpa = vdev->vbars[vdev->msix.table_bar].base_hpa; in init_bars()
514 vdev->msix.mmio_size = vdev->vbars[vdev->msix.table_bar].size; in init_bars()
528 vdev->msix.table_bar = pdev->msix.table_bar; in init_vmsix_pt()
A Dvmsix.c172 vdev->msix.table_bar = bar_num; in add_vmsix_capability()
A Dvmsix_on_msi.c96 vdev->msix.table_bar = i; in init_vmsix_on_msi()
A Dvsriov.c135 if (has_msix_cap(vf_vdev) && (bar_idx == vf_vdev->msix.table_bar)) { in create_vf()
A Dvpci.c839 if (has_msix_cap(vdev) && (idx == vdev->msix.table_bar)) { in vpci_assign_pcidev()
/hypervisor/include/dm/
A Dvpci.h79 uint32_t table_bar; member
/hypervisor/include/hw/
A Dpci.h261 uint8_t table_bar; member
/hypervisor/hw/
A Dpci.c799 pdev->msix.table_bar = (uint8_t)(table_info & PCIM_MSIX_BIR_MASK); in pci_enumerate_cap()

Completed in 15 milliseconds