1PHY_ETHTOOL_SSET(9) Network device support PHY_ETHTOOL_SSET(9)
2
3
4
6 phy_ethtool_sset - generic ethtool sset function, handles all the
7 details
8
10 int phy_ethtool_sset(struct phy_device * phydev,
11 struct ethtool_cmd * cmd);
12
14 phydev
15 target phy_device struct
16
17 cmd
18 ethtool_cmd
19
21 - We don't set port or transceiver, so we don't care what they were set
22 to. - phy_start_aneg will make sure forced settings are sane, and
23 choose the next best ones from the ones selected, so we don't care if
24 ethtool tries to give us bad values.
25
27Kernel Hackers Manual 3.10 June 2019 PHY_ETHTOOL_SSET(9)