Lines Matching refs:net_device
77 int (*setup_data)(struct net_device *dev);
78 int (*allocate_bd)(struct net_device *dev);
79 void (*free_bd)(struct net_device *dev);
80 void (*cleanup_data)(struct net_device *dev);
81 void (*set_multicast_list)(struct net_device *dev);
82 void (*adjust_link)(struct net_device *dev);
83 void (*restart)(struct net_device *dev);
84 void (*stop)(struct net_device *dev);
85 void (*napi_clear_event)(struct net_device *dev);
86 void (*napi_enable)(struct net_device *dev);
87 void (*napi_disable)(struct net_device *dev);
88 void (*rx_bd_done)(struct net_device *dev);
89 void (*tx_kickstart)(struct net_device *dev);
90 u32 (*get_int_events)(struct net_device *dev);
91 void (*clear_int_events)(struct net_device *dev, u32 int_events);
92 void (*ev_error)(struct net_device *dev, u32 int_events);
93 int (*get_regs)(struct net_device *dev, void *p, int *sizep);
94 int (*get_regs_len)(struct net_device *dev);
95 void (*tx_restart)(struct net_device *dev);
101 void (*startup) (struct net_device * dev);
102 void (*shutdown) (struct net_device * dev);
103 void (*ack_int) (struct net_device * dev);
124 struct net_device *ndev;
187 void fs_init_bds(struct net_device *dev);
188 void fs_cleanup_bds(struct net_device *dev);