summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_phy.h
Commit message (Collapse)AuthorAgeFilesLines
* igc: Add setup link functionalitySasha Neftin2018-10-171-0/+1
| | | | | | | | | | Add link establishment methods Add auto negotiation methods Add read MAC address method Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
* igc: Add code for PHY supportSasha Neftin2018-10-171-0/+20
Add PHY's ID support Add support for initialization, acquire and release of PHY Enable register access Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>