1PHY_SANITIZE_SETTING(9) Network device support PHY_SANITIZE_SETTING(9)
23
4
NAME
6phy_sanitize_settings - make sure the PHY is set to supported speed and
7duplex
8
SYNOPSIS
10void phy_sanitize_settings(struct phy_device * phydev);
11
ARGUMENTS
13phydev
14the target phy_device struct
15
DESCRIPTION
17Make sure the PHY is set to supported speeds and duplexes. Drop down by
18one in this order: 1000/FULL, 1000/HALF, 100/FULL, 100/HALF, 10/FULL,
1910/HALF.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PHY_SANITIZE_SETTING(9)