07 Apr, 2017
1 commit
-
And get automatic MSI-X affinity for free.
Signed-off-by: Christoph Hellwig
Acked-by: Varun Prakash
Signed-off-by: Martin K. Petersen
06 Jan, 2015
1 commit
-
This patch cleansup remaining SGE related macros/register defines and all PCI
related ones that are defined in t4_regs.h and the affected files.Signed-off-by: Hariprasad Shenai
Signed-off-by: David S. Miller
17 Sep, 2014
2 commits
-
As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range() or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.Signed-off-by: Alexander Gordeev
Reviewed-by: Tomas Henzl
Signed-off-by: Christoph Hellwig -
There is no need to call pci_disable_msix() in case
the previous call to pci_enable_msix() failedSigned-off-by: Alexander Gordeev
Reviewed-by: Tomas Henzl
Signed-off-by: Christoph Hellwig
27 Nov, 2012
1 commit
-
Signed-off-by: Naresh Kumar Inna
Signed-off-by: James Bottomley