1. 13 3月, 2014 1 次提交
  2. 01 3月, 2014 1 次提交
  3. 19 2月, 2014 1 次提交
  4. 07 2月, 2014 2 次提交
  5. 17 1月, 2014 1 次提交
  6. 04 1月, 2014 5 次提交
  7. 28 12月, 2013 1 次提交
  8. 11 12月, 2013 1 次提交
  9. 07 12月, 2013 4 次提交
  10. 03 12月, 2013 1 次提交
  11. 29 11月, 2013 1 次提交
  12. 22 11月, 2013 1 次提交
  13. 15 11月, 2013 1 次提交
  14. 08 11月, 2013 1 次提交
  15. 18 10月, 2013 1 次提交
  16. 03 10月, 2013 3 次提交
  17. 22 9月, 2013 8 次提交
  18. 14 9月, 2013 1 次提交
  19. 13 9月, 2013 1 次提交
  20. 04 9月, 2013 1 次提交
  21. 30 8月, 2013 1 次提交
  22. 16 8月, 2013 1 次提交
  23. 10 8月, 2013 1 次提交
    • Y
      tg3: clean up unnecessary MSI/MSI-X capability find · 0f847584
      Yijing Wang 提交于
      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: NYijing Wang <wangyijing@huawei.com>
      Cc: Nithin Nayak Sujir <nsujir@broadcom.com>
      Cc: Michael Chan <mchan@broadcom.com>
      Cc: netdev@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0f847584