Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Variables
cphy.h File Reference
#include "common.h"

Go to the source code of this file.

Data Structures

struct  mdio_ops
 
struct  cphy_ops
 
struct  cphy
 
struct  gphy
 

Enumerations

enum  { cphy_cause_link_change = 0x1, cphy_cause_error = 0x2, cphy_cause_fifo_error = 0x3 }
 
enum  { PHY_LINK_UP = 0x1, PHY_AUTONEG_RDY = 0x2, PHY_AUTONEG_EN = 0x4 }
 

Variables

struct gphy t1_my3126_ops
 
struct gphy t1_mv88e1xxx_ops
 
struct gphy t1_vsc8244_ops
 
struct gphy t1_mv88x201x_ops
 

Enumeration Type Documentation

anonymous enum
Enumerator:
cphy_cause_link_change 
cphy_cause_error 
cphy_cause_fifo_error 

Definition at line 54 of file cphy.h.

anonymous enum
Enumerator:
PHY_LINK_UP 
PHY_AUTONEG_RDY 
PHY_AUTONEG_EN 

Definition at line 60 of file cphy.h.

Variable Documentation

struct gphy t1_mv88e1xxx_ops

Definition at line 394 of file mv88e1xxx.c.

struct gphy t1_mv88x201x_ops

Definition at line 257 of file mv88x201x.c.

struct gphy t1_my3126_ops

Definition at line 206 of file my3126.c.

struct gphy t1_vsc8244_ops