linux_dsm_epyc7002/drivers/net/ethernet/intel/igc
Frederick Lawler a16f6d3a15 igc: Prefer pcie_capability_read_word()
Commit 8c0d3a02c1 ("PCI: Add accessors for PCI Express Capability")
added accessors for the PCI Express Capability so that drivers didn't
need to be aware of differences between v1 and v2 of the PCI
Express Capability.

Replace pci_read_config_word() and pci_write_config_word() calls with
pcie_capability_read_word() and pcie_capability_write_word().

Signed-off-by: Frederick Lawler <fred@fredlawl.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-21 13:29:47 -07:00
..
igc_base.c igc: Remove the obsolete workaround 2019-05-28 15:57:59 -07:00
igc_base.h igc: Fix the typo in igc_base.h header definition 2019-03-19 15:18:46 -07:00
igc_defines.h igc: Add flow control support 2019-05-28 16:13:57 -07:00
igc_ethtool.c igc: Remove unneeded hw_dbg prints 2019-03-19 15:21:21 -07:00
igc_hw.h igc: Clean up unused pointers 2019-05-28 15:56:11 -07:00
igc_i225.c igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_i225.h igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_mac.c igc: Cleanup the redundant code 2019-05-28 16:15:55 -07:00
igc_mac.h igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_main.c igc: Prefer pcie_capability_read_word() 2019-07-21 13:29:47 -07:00
igc_nvm.c igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_nvm.h igc: Add NVM support 2018-10-17 13:52:00 -07:00
igc_phy.c igc: Remove unreachable code from igc_phy.c file 2019-02-05 16:08:54 -08:00
igc_phy.h igc: Add setup link functionality 2018-10-17 13:56:55 -07:00
igc_regs.h igc: Extend the ethtool supporting 2019-03-19 14:45:23 -07:00
igc.h igc: Add support for statistics 2019-03-19 15:12:28 -07:00
Makefile igc: Add ethtool support 2019-02-05 17:35:46 -08:00