1. 21 8月, 2013 9 次提交
  2. 20 8月, 2013 6 次提交
  3. 16 8月, 2013 10 次提交
  4. 15 8月, 2013 3 次提交
  5. 14 8月, 2013 9 次提交
  6. 13 8月, 2013 1 次提交
  7. 12 8月, 2013 1 次提交
  8. 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