table of contents
other versions
- stretch 4.9.168-1
PHY_MII_IOCTL(9) | Network device support | PHY_MII_IOCTL(9) |
NAME¶
phy_mii_ioctl - generic PHY MII ioctl interfaceSYNOPSIS¶
int phy_mii_ioctl(struct phy_device * phydev, struct ifreq * ifr, int cmd);
ARGUMENTS¶
phydevthe phy_device struct
ifr
struct ifreq for socket ioctl's
cmd
ioctl cmd to execute
DESCRIPTION¶
Note that this function is currently incompatible with the PHYCONTROL layer. It changes registers without regard to current state. Use at own risk.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |