Searched hist:"173 ffad79d177d9a91fbf3be6bf67ca81e0f765a" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/pci/msi/ |
H A D | irqdomain.c | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|
H A D | msi.c | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | msi.c | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|
/linux/drivers/pci/ |
H A D | xen-pcifront.c | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|
/linux/arch/x86/pci/ |
H A D | xen.c | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|
/linux/include/linux/ |
H A D | msi.h | diff 173ffad79d177d9a91fbf3be6bf67ca81e0f765a Fri Dec 10 23:19:18 CET 2021 Thomas Gleixner <tglx@linutronix.de> PCI/MSI: Use msi_desc::msi_index
The usage of msi_desc::pci::entry_nr is confusing at best. It's the index into the MSI[X] descriptor table.
Use msi_desc::msi_index which is shared between all MSI incarnations instead of having a PCI specific storage for no value.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Michael Kelley <mikelley@microsoft.com> Tested-by: Nishanth Menon <nm@ti.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20211210221814.602911509@linutronix.de
|