phy_mii_ioctl

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

phy_mii_ioctl - generic PHY MII ioctl interface

SYNOPSIS

int phy_mii_ioctl(struct phy_device * phydev, struct mii_ioctl_data * mii_data, int cmd);

ARGUMENTS

phydev

the phy_device struct

mii_data

MII ioctl data

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.