Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dvpci_priv.h54 static inline bool in_range(uint32_t value, uint32_t lower, uint32_t len) in in_range() function
72 return (has_msix_cap(vdev) && in_range(offset, vdev->msix.capoff, vdev->msix.caplen)); in msixcap_access()
80 return in_range(offset, vdev->msix.table_offset, vdev->msix.table_count * MSIX_TABLE_ENTRY_SIZE); in msixtable_access()
96 return (has_sriov_cap(vdev) && in_range(offset, vdev->sriov.capoff, vdev->sriov.caplen)); in sriovcap_access()
128 return (has_msi_cap(vdev) && in_range(offset, vdev->msi.capoff, vdev->msi.caplen)); in msicap_access()

Completed in 3 milliseconds