Lines Matching defs:dev

129 static int setup_data(struct net_device *dev)  in setup_data()
143 static int allocate_bd(struct net_device *dev) in allocate_bd()
158 static void free_bd(struct net_device *dev) in free_bd()
169 static void cleanup_data(struct net_device *dev) in cleanup_data()
174 static void set_promiscuous_mode(struct net_device *dev) in set_promiscuous_mode()
182 static void set_multicast_start(struct net_device *dev) in set_multicast_start()
191 static void set_multicast_one(struct net_device *dev, const u8 *mac) in set_multicast_one()
207 static void set_multicast_finish(struct net_device *dev) in set_multicast_finish()
229 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
242 static void restart(struct net_device *dev) in restart()
404 static void stop(struct net_device *dev) in stop()
421 static void napi_clear_event_fs(struct net_device *dev) in napi_clear_event_fs()
429 static void napi_enable_fs(struct net_device *dev) in napi_enable_fs()
437 static void napi_disable_fs(struct net_device *dev) in napi_disable_fs()
445 static void rx_bd_done(struct net_device *dev) in rx_bd_done()
450 static void tx_kickstart(struct net_device *dev) in tx_kickstart()
458 static u32 get_int_events(struct net_device *dev) in get_int_events()
466 static void clear_int_events(struct net_device *dev, u32 int_events) in clear_int_events()
474 static void ev_error(struct net_device *dev, u32 int_events) in ev_error()
481 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs()
498 static int get_regs_len(struct net_device *dev) in get_regs_len()
514 static void tx_restart(struct net_device *dev) in tx_restart()