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:
Sainath Grandhi
2019-06-13 19:30:56 +00:00
committed by ACRN System Integration
parent 22f24c229b
commit f7f2a6eef9
3 changed files with 8 additions and 8 deletions

View File

@@ -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;