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

Data Fields

uint state
 
uint tx_rate
 
u8 duplex
 
u8 advertised
 
u8 partner
 
u8 port_id
 
voidpdev
 

Detailed Description

struct ksz_port_info - Port information data structure : Connection status of the port. : Transmit rate divided by 10000 to get Mbit. : Duplex mode. : Advertised auto-negotiation setting. Used to determine link. : Auto-negotiation partner setting. Used to determine link. : Port index to access actual hardware register. : Pointer to OS dependent network device.

Definition at line 1208 of file ksz884x.c.

Field Documentation

u8 advertised

Definition at line 1212 of file ksz884x.c.

Definition at line 1211 of file ksz884x.c.

u8 partner

Definition at line 1213 of file ksz884x.c.

void* pdev

Definition at line 1215 of file ksz884x.c.

Definition at line 1214 of file ksz884x.c.

Definition at line 1209 of file ksz884x.c.

uint tx_rate

Definition at line 1210 of file ksz884x.c.


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