Lines Matching defs:dev
118 static int setup_data(struct net_device *dev) in setup_data()
136 static int allocate_bd(struct net_device *dev) in allocate_bd()
151 static void free_bd(struct net_device *dev) in free_bd()
163 static void cleanup_data(struct net_device *dev) in cleanup_data()
168 static void set_promiscuous_mode(struct net_device *dev) in set_promiscuous_mode()
176 static void set_multicast_start(struct net_device *dev) in set_multicast_start()
184 static void set_multicast_one(struct net_device *dev, const u8 *mac) in set_multicast_one()
216 static void set_multicast_finish(struct net_device *dev) in set_multicast_finish()
233 static void set_multicast_list(struct net_device *dev) in set_multicast_list()
246 static void restart(struct net_device *dev) in restart()
354 static void stop(struct net_device *dev) in stop()
391 static void napi_clear_rx_event(struct net_device *dev) in napi_clear_rx_event()
399 static void napi_enable_rx(struct net_device *dev) in napi_enable_rx()
407 static void napi_disable_rx(struct net_device *dev) in napi_disable_rx()
415 static void rx_bd_done(struct net_device *dev) in rx_bd_done()
423 static void tx_kickstart(struct net_device *dev) in tx_kickstart()
431 static u32 get_int_events(struct net_device *dev) in get_int_events()
439 static void clear_int_events(struct net_device *dev, u32 int_events) in clear_int_events()
447 static void ev_error(struct net_device *dev, u32 int_events) in ev_error()
454 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs()
466 static int get_regs_len(struct net_device *dev) in get_regs_len()
471 static void tx_restart(struct net_device *dev) in tx_restart()