Searched refs:has_msi_cap (Results 1 – 2 of 2) sorted by relevance
129 if (has_msi_cap(vdev)) { in deinit_vmsi()145 if (has_msi_cap(vdev)) { in init_vmsi()
118 static inline bool has_msi_cap(const struct pci_vdev *vdev) in has_msi_cap() function128 return (has_msi_cap(vdev) && in_range(offset, vdev->msi.capoff, vdev->msi.caplen)); in msicap_access()
Completed in 2 milliseconds