Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
ax88172a.c File Reference
#include "asix.h"
#include <linux/phy.h>

Go to the source code of this file.

Data Structures

struct  ax88172a_private
 

Functions

int ax88172a_get_settings (struct net_device *net, struct ethtool_cmd *cmd)
 
int ax88172a_set_settings (struct net_device *net, struct ethtool_cmd *cmd)
 
int ax88172a_nway_reset (struct net_device *net)
 

Variables

struct driver_info ax88172a_info
 

Function Documentation

int ax88172a_get_settings ( struct net_device net,
struct ethtool_cmd cmd 
)

Definition at line 164 of file ax88172a.c.

int ax88172a_nway_reset ( struct net_device net)

Definition at line 180 of file ax88172a.c.

int ax88172a_set_settings ( struct net_device net,
struct ethtool_cmd cmd 
)

Definition at line 172 of file ax88172a.c.

Variable Documentation

struct driver_info ax88172a_info
Initial value:
= {
.description = "ASIX AX88172A USB 2.0 Ethernet",
.bind = ax88172a_bind,
.reset = ax88172a_reset,
.stop = ax88172a_stop,
.unbind = ax88172a_unbind,
.status = ax88172a_status,
.rx_fixup = asix_rx_fixup,
.tx_fixup = asix_tx_fixup,
}

Definition at line 403 of file ax88172a.c.