1PHY_FORCE_REDUCTION(9) Network device support PHY_FORCE_REDUCTION(9)
23
4
NAME
6phy_force_reduction - reduce PHY speed/duplex settings by one step
7
SYNOPSIS
9void phy_force_reduction(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13target phy_device struct
14
DESCRIPTION
16Reduces the speed/duplex settings by one notch, in this order--
171000/FULL, 1000/HALF, 100/FULL, 100/HALF, 10/FULL, 10/HALF. The
18function bottoms out at 10/HALF.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 PHY_FORCE_REDUCTION(9)