Home
last modified time | relevance | path

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

/hypervisor/dm/vpci/
A Dvmsix.c59 ASSERT(vdev->msix.table_count <= (PAGE_SIZE/ MSIX_TABLE_ENTRY_SIZE), ""); in read_vmsix_cap_reg()
111 index = table_offset / MSIX_TABLE_ENTRY_SIZE; in rw_vmsix_table()
114 entry_offset = table_offset % MSIX_TABLE_ENTRY_SIZE; in rw_vmsix_table()
A Dvpci_priv.h80 return in_range(offset, vdev->msix.table_offset, vdev->msix.table_count * MSIX_TABLE_ENTRY_SIZE); in msixtable_access()
A Dpci_pt.c189 addr_hi = addr_lo + (msix->table_count * MSIX_TABLE_ENTRY_SIZE); in vdev_pt_unmap_msix()
212 addr_hi = addr_lo + (msix->table_count * MSIX_TABLE_ENTRY_SIZE); in vdev_pt_map_msix()
/hypervisor/include/hw/
A Dpci.h182 #define MSIX_TABLE_ENTRY_SIZE 16U macro

Completed in 6 milliseconds