android_kernel_motorola_sm6225/drivers/net/ethernet/qlogic/netxen
Yijing Wang b83082e95e netxen: clean up unnecessary MSI/MSI-X capability find
PCI core will initialize device MSI/MSI-X capability in
pci_msi_init_pci_dev(). So device driver should use
pci_dev->msi_cap/msix_cap to determine whether the device
support MSI/MSI-X instead of using
pci_find_capability(pci_dev, PCI_CAP_ID_MSI/MSIX).
Access to PCIe device config space again will consume more time.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Cc: Manish Chopra <manish.chopra@qlogic.com>
Cc: Sony Chacko <sony.chacko@qlogic.com>
Cc: Rajesh Borundia <rajesh.borundia@qlogic.com>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-08-09 13:49:51 -07:00
..
Makefile
netxen_nic.h netxen_nic: Update version to 4.0.81 2013-05-30 16:52:37 -07:00
netxen_nic_ctx.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
netxen_nic_ethtool.c drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issue 2012-11-06 17:41:42 -05:00
netxen_nic_hdr.h netxen_nic: Avoid mixed mode interrupts 2013-05-30 16:52:37 -07:00
netxen_nic_hw.c ethernet: Convert mac address uses of 6 to ETH_ALEN 2013-08-02 12:33:54 -07:00
netxen_nic_hw.h
netxen_nic_init.c driver/qlogic: replace ip_fast_csum with csum_replace2 2013-03-15 09:12:24 -04:00
netxen_nic_main.c netxen: clean up unnecessary MSI/MSI-X capability find 2013-08-09 13:49:51 -07:00