Searched refs:msix_location (Results 1 – 2 of 2) sorted by relevance
774 cfg->msix.msix_location = ptr; in pci_read_cap()1416 msix->msix_location + PCIR_MSIX_CTRL, in pci_enable_msix_method()1501 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL, in pci_resume_msix()1536 if (cfg->msix.msix_location == 0 || !pci_do_msix) in pci_alloc_msix_method()1635 pci_write_config(child, cfg->msix.msix_location + PCIR_MSIX_CTRL, in pci_alloc_msix_method()1828 pci_write_config(child, msix->msix_location + PCIR_MSIX_CTRL, in pci_release_msix()1861 if (pci_do_msix && msix->msix_location != 0) in pci_msix_count_method()1872 if (pci_do_msix && msix->msix_location != 0) in pci_msix_pba_bar_method()1883 if (pci_do_msix && msix->msix_location != 0) in pci_msix_table_bar_method()2722 if (cfg->msix.msix_location) { in pci_print_verbose()[all …]
106 uint8_t msix_location; /* Offset of MSI-X capability registers. */ member