linux/drivers/pci/msi
Ahmed S. Darwish 12910ffd18 PCI/MSI: Reorder functions in msi.c
There is no way to navigate msi.c without banging the head against the wall
every now and then because MSI and MSI-X specific functions are
intermingled and the code flow is completely non-obvious.

Reorder everthing so common helpers, MSI and MSI-X specific functions are
grouped together.

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ahmed S. Darwish <darwi@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20221111122015.459089736@linutronix.de
2022-11-17 15:15:21 +01:00
..
api.c PCI/MSI: Move pci_msi_restore_state() to api.c 2022-11-17 15:15:21 +01:00
irqdomain.c PCI/MSI: Let the MSI core free descriptors 2022-11-17 15:15:19 +01:00
legacy.c PCI/MSI: Prevent UAF in error path 2022-01-21 02:14:46 +01:00
Makefile PCI/MSI: Move pci_disable_msi() to api.c 2022-11-17 15:15:20 +01:00
msi.c PCI/MSI: Reorder functions in msi.c 2022-11-17 15:15:21 +01:00
msi.h PCI/MSI: Move pci_msi_restore_state() to api.c 2022-11-17 15:15:21 +01:00
pcidev_msi.c