Linux Kernel
3.7.1
|
#include <net_driver.h>
Data Fields | |
bool | up |
bool | fd |
u8 | fc |
unsigned int | speed |
struct efx_link_state - Current state of the link : Link is up : Link is full-duplex : Actual flow control flags : Link speed (Mbps)
Definition at line 485 of file net_driver.h.
u8 fc |
Definition at line 488 of file net_driver.h.
Definition at line 487 of file net_driver.h.
unsigned int speed |
Definition at line 489 of file net_driver.h.
bool up |
Definition at line 486 of file net_driver.h.