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

#include <cphy.h>

Data Fields

void(* init )(adapter_t *adapter, const struct board_info *bi)
 
int(* read )(struct net_device *dev, int phy_addr, int mmd_addr, u16 reg_addr)
 
int(* write )(struct net_device *dev, int phy_addr, int mmd_addr, u16 reg_addr, u16 val)
 
unsigned mode_support
 

Detailed Description

Definition at line 44 of file cphy.h.

Field Documentation

Definition at line 45 of file cphy.h.

unsigned mode_support

Definition at line 50 of file cphy.h.

int(* read)(struct net_device *dev, int phy_addr, int mmd_addr, u16 reg_addr)

Definition at line 46 of file cphy.h.

int(* write)(struct net_device *dev, int phy_addr, int mmd_addr, u16 reg_addr, u16 val)

Definition at line 48 of file cphy.h.


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