Lines Matching refs:DEVICE
196 #define DEVICE net_device macro
316 static int dmfe_open(struct DEVICE *);
317 static netdev_tx_t dmfe_start_xmit(struct sk_buff *, struct DEVICE *);
318 static int dmfe_stop(struct DEVICE *);
319 static void dmfe_set_filter_mode(struct DEVICE *);
329 static void send_filter_frame(struct DEVICE *);
330 static void dm9132_id_table(struct DEVICE *);
339 static void dmfe_rx_packet(struct DEVICE *, struct dmfe_board_info *);
340 static void dmfe_free_tx_pkt(struct DEVICE *, struct dmfe_board_info *);
342 static void dmfe_dynamic_reset(struct DEVICE *);
344 static void dmfe_init_dm910x(struct DEVICE *);
561 static int dmfe_open(struct DEVICE *dev) in dmfe_open()
620 static void dmfe_init_dm910x(struct DEVICE *dev) in dmfe_init_dm910x()
687 struct DEVICE *dev) in dmfe_start_xmit()
757 static int dmfe_stop(struct DEVICE *dev) in dmfe_stop()
801 struct DEVICE *dev = dev_id; in dmfe_interrupt()
882 static void dmfe_free_tx_pkt(struct DEVICE *dev, struct dmfe_board_info * db) in dmfe_free_tx_pkt()
964 static void dmfe_rx_packet(struct DEVICE *dev, struct dmfe_board_info * db) in dmfe_rx_packet()
1055 static void dmfe_set_filter_mode(struct DEVICE * dev) in dmfe_set_filter_mode()