Home
last modified time | relevance | path

Searched refs:has_msix_cap (Results 1 – 4 of 4) sorted by relevance

/hypervisor/dm/vpci/
A Dvpci_priv.h62 static inline bool has_msix_cap(const struct pci_vdev *vdev) in has_msix_cap() function
72 return (has_msix_cap(vdev) && in_range(offset, vdev->msix.capoff, vdev->msix.caplen)); in msixcap_access()
A Dpci_pt.c238 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()
512 if (has_msix_cap(vdev) && (!is_sriov_bar)) { in init_bars()
532 if (has_msix_cap(vdev)) { in init_vmsix_pt()
544 if (has_msix_cap(vdev)) { in deinit_vmsix_pt()
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()

Completed in 33 milliseconds