Lines Matching defs:dev

111 static int setup_data(struct net_device *dev)  in setup_data()
128 static int allocate_bd(struct net_device *dev) in allocate_bd()
143 static void free_bd(struct net_device *dev) in free_bd()
155 static void cleanup_data(struct net_device *dev) in cleanup_data()
160 static void set_promiscuous_mode(struct net_device *dev) in set_promiscuous_mode()
168 static void set_multicast_start(struct net_device *dev) in set_multicast_start()
176 static void set_multicast_one(struct net_device *dev, const u8 *mac) in set_multicast_one()
197 static void set_multicast_finish(struct net_device *dev) in set_multicast_finish()
214 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
227 static void restart(struct net_device *dev) in restart()
339 static void stop(struct net_device *dev) in stop()
364 static void napi_clear_event_fs(struct net_device *dev) in napi_clear_event_fs()
372 static void napi_enable_fs(struct net_device *dev) in napi_enable_fs()
380 static void napi_disable_fs(struct net_device *dev) in napi_disable_fs()
388 static void rx_bd_done(struct net_device *dev) in rx_bd_done()
396 static void tx_kickstart(struct net_device *dev) in tx_kickstart()
404 static u32 get_int_events(struct net_device *dev) in get_int_events()
412 static void clear_int_events(struct net_device *dev, u32 int_events) in clear_int_events()
420 static void ev_error(struct net_device *dev, u32 int_events) in ev_error()
427 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs()
439 static int get_regs_len(struct net_device *dev) in get_regs_len()
444 static void tx_restart(struct net_device *dev) in tx_restart()