1. NAME

phy_mii_ioctl - generic PHY MII ioctl interface

2. SYNOPSIS

int phy_mii_ioctl(struct phy_device *  phydev , struct ifreq *  ifr , int  cmd );

3. ARGUMENTS

phydev
    the phy_device struct

ifr
     struct ifreq for socket ioctlAqs

cmd
    ioctl cmd to execute

4. DESCRIPTION

Note that this function is currently incompatible with the PHYCONTROL layer. It changes registers without regard to current state. Use at own risk.

5. COPYRIGHT