mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ethtool: document PHY tunable callbacks
Add missing kdoc for phy tunable callbacks. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
956c7831fe
commit
56f15e2cb1
@@ -410,6 +410,8 @@ struct ethtool_pause_stats {
|
|||||||
* @get_ethtool_phy_stats: Return extended statistics about the PHY device.
|
* @get_ethtool_phy_stats: Return extended statistics about the PHY device.
|
||||||
* This is only useful if the device maintains PHY statistics and
|
* This is only useful if the device maintains PHY statistics and
|
||||||
* cannot use the standard PHY library helpers.
|
* cannot use the standard PHY library helpers.
|
||||||
|
* @get_phy_tunable: Read the value of a PHY tunable.
|
||||||
|
* @set_phy_tunable: Set the value of a PHY tunable.
|
||||||
*
|
*
|
||||||
* All operations are optional (i.e. the function pointer may be set
|
* All operations are optional (i.e. the function pointer may be set
|
||||||
* to %NULL) and callers must take this into account. Callers must
|
* to %NULL) and callers must take this into account. Callers must
|
||||||
|
Reference in New Issue
Block a user