Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mii_phy_ops Struct Reference

#include <phy.h>

Data Fields

int(* init )(struct mii_phy *phy)
 
int(* suspend )(struct mii_phy *phy, int wol_options)
 
int(* setup_aneg )(struct mii_phy *phy, u32 advertise)
 
int(* setup_forced )(struct mii_phy *phy, int speed, int fd)
 
int(* poll_link )(struct mii_phy *phy)
 
int(* read_link )(struct mii_phy *phy)
 
int(* enable_fiber )(struct mii_phy *phy, int autoneg)
 

Detailed Description

Definition at line 32 of file phy.h.

Field Documentation

int(* enable_fiber)(struct mii_phy *phy, int autoneg)

Definition at line 15 of file sungem_phy.h.

int(* init)(struct mii_phy *phy)

Definition at line 33 of file phy.h.

int(* poll_link)(struct mii_phy *phy)

Definition at line 37 of file phy.h.

int(* read_link)(struct mii_phy *phy)

Definition at line 38 of file phy.h.

int(* setup_aneg)(struct mii_phy *phy, u32 advertise)

Definition at line 35 of file phy.h.

int(* setup_forced)(struct mii_phy *phy, int speed, int fd)

Definition at line 36 of file phy.h.

int(* suspend)(struct mii_phy *phy)

Definition at line 34 of file phy.h.


The documentation for this struct was generated from the following files: