|
Linux Kernel
3.7.1
|
#include <fs_enet.h>
Data Fields | |
| int(* | setup_data )(struct net_device *dev) |
| int(* | allocate_bd )(struct net_device *dev) |
| void(* | free_bd )(struct net_device *dev) |
| void(* | cleanup_data )(struct net_device *dev) |
| void(* | set_multicast_list )(struct net_device *dev) |
| void(* | adjust_link )(struct net_device *dev) |
| void(* | restart )(struct net_device *dev) |
| void(* | stop )(struct net_device *dev) |
| void(* | napi_clear_rx_event )(struct net_device *dev) |
| void(* | napi_enable_rx )(struct net_device *dev) |
| void(* | napi_disable_rx )(struct net_device *dev) |
| void(* | rx_bd_done )(struct net_device *dev) |
| void(* | tx_kickstart )(struct net_device *dev) |
| u32(* | get_int_events )(struct net_device *dev) |
| void(* | clear_int_events )(struct net_device *dev, u32 int_events) |
| void(* | ev_error )(struct net_device *dev, u32 int_events) |
| int(* | get_regs )(struct net_device *dev, void *p, int *sizep) |
| int(* | get_regs_len )(struct net_device *dev) |
| void(* | tx_restart )(struct net_device *dev) |
| void(* clear_int_events)(struct net_device *dev, u32 int_events) |
| int(* setup_data)(struct net_device *dev) |
1.8.2