1. NAME▲
phy_ethtool_sset - generic ethtool sset function, handles all the details
2. SYNOPSIS ▲
int phy_ethtool_sset(struct phy_device * phydev , struct ethtool_cmd * cmd );
3. ARGUMENTS ▲
phydev
target phy_device struct
cmd
ethtool_cmd
4. A FEW NOTES ABOUT PARAMETER CHECKING ▲
- We donAqt set port or transceiver, so we donAqt care what they were set to. - phy_start_aneg will make sure forced settings are sane, and choose the next best ones from the ones selected, so we donAqt care if ethtool tries to give us bad values.
5. COPYRIGHT ▲