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

#include <mii.h>

Data Fields

int phy_id
 
int advertising
 
int phy_id_mask
 
int reg_num_mask
 
unsigned int full_duplex: 1
 
unsigned int force_media: 1
 
unsigned int supports_gmii: 1
 
struct net_devicedev
 
int(* mdio_read )(struct net_device *dev, int phy_id, int location)
 
void(* mdio_write )(struct net_device *dev, int phy_id, int location, int val)
 

Detailed Description

Definition at line 16 of file mii.h.

Field Documentation

int advertising

Definition at line 18 of file mii.h.

Definition at line 26 of file mii.h.

unsigned int force_media

Definition at line 23 of file mii.h.

unsigned int full_duplex

Definition at line 22 of file mii.h.

Definition at line 27 of file mii.h.

Definition at line 28 of file mii.h.

int phy_id

Definition at line 17 of file mii.h.

int phy_id_mask

Definition at line 19 of file mii.h.

int reg_num_mask

Definition at line 20 of file mii.h.

unsigned int supports_gmii

Definition at line 24 of file mii.h.


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