1
0
Fork 0
alistair23-linux/drivers/ntb
Alexander Gordeev f220baad08 ntb: Use pci_enable_msix_range() instead of pci_enable_msix()
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 <agordeev@redhat.com>
Signed-off-by: Jon Mason <jon.mason@intel.com>
2014-04-07 10:59:20 -07:00
..
Kconfig NTB: Enable 32bit Support 2013-09-03 14:48:53 -07:00
Makefile PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_hw.c ntb: Use pci_enable_msix_range() instead of pci_enable_msix() 2014-04-07 10:59:20 -07:00
ntb_hw.h ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs 2014-04-07 10:59:19 -07:00
ntb_regs.h NTB: Enable Snoop on Primary Side 2013-11-20 09:57:33 -07:00
ntb_transport.c NTB: Code Style Clean-up 2014-04-07 10:59:19 -07:00