mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: Rename tables member of vPCI msix struct pci_msix
Rename MSI-X struct, pci_msix, member from tables to table_entries Tracked-On: #3265 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
22f24c229b
commit
f7f2a6eef9
@@ -47,7 +47,7 @@ struct pci_msi {
|
||||
|
||||
/* MSI-X capability structure */
|
||||
struct pci_msix {
|
||||
struct msix_table_entry tables[CONFIG_MAX_MSIX_TABLE_NUM];
|
||||
struct msix_table_entry table_entries[CONFIG_MAX_MSIX_TABLE_NUM];
|
||||
uint64_t mmio_gpa;
|
||||
uint64_t mmio_hpa;
|
||||
uint64_t mmio_size;
|
||||
|
Reference in New Issue
Block a user