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

#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)
 

Detailed Description

Definition at line 75 of file fs_enet.h.

Field Documentation

void(* adjust_link)(struct net_device *dev)

Definition at line 81 of file fs_enet.h.

int(* allocate_bd)(struct net_device *dev)

Definition at line 77 of file fs_enet.h.

void(* cleanup_data)(struct net_device *dev)

Definition at line 79 of file fs_enet.h.

void(* clear_int_events)(struct net_device *dev, u32 int_events)

Definition at line 90 of file fs_enet.h.

void(* ev_error)(struct net_device *dev, u32 int_events)

Definition at line 91 of file fs_enet.h.

void(* free_bd)(struct net_device *dev)

Definition at line 78 of file fs_enet.h.

u32(* get_int_events)(struct net_device *dev)

Definition at line 89 of file fs_enet.h.

int(* get_regs)(struct net_device *dev, void *p, int *sizep)

Definition at line 92 of file fs_enet.h.

int(* get_regs_len)(struct net_device *dev)

Definition at line 93 of file fs_enet.h.

void(* napi_clear_rx_event)(struct net_device *dev)

Definition at line 84 of file fs_enet.h.

void(* napi_disable_rx)(struct net_device *dev)

Definition at line 86 of file fs_enet.h.

void(* napi_enable_rx)(struct net_device *dev)

Definition at line 85 of file fs_enet.h.

void(* restart)(struct net_device *dev)

Definition at line 82 of file fs_enet.h.

void(* rx_bd_done)(struct net_device *dev)

Definition at line 87 of file fs_enet.h.

void(* set_multicast_list)(struct net_device *dev)

Definition at line 80 of file fs_enet.h.

Definition at line 76 of file fs_enet.h.

Definition at line 83 of file fs_enet.h.

void(* tx_kickstart)(struct net_device *dev)

Definition at line 88 of file fs_enet.h.

void(* tx_restart)(struct net_device *dev)

Definition at line 94 of file fs_enet.h.


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