Rechercher une page de manuel
phy_ethtool_sset
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
phy_ethtool_sset - generic ethtool sset function, handles all the detailsSYNOPSIS
- int phy_ethtool_sset(struct phy_device * phydev, struct ethtool_cmd * cmd);
ARGUMENTS
phydev
- target phy_device struct
cmd
- ethtool_cmd
A FEW NOTES ABOUT PARAMETER CHECKING
- We don't set port or transceiver, so we don't 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 don't care if ethtool tries to give us bad values.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre