Lines Matching refs:DEVICE
173 #define DEVICE net_device macro
191 struct DEVICE *next_dev; /* next device */
297 static int dmfe_open(struct DEVICE *);
298 static int dmfe_start_xmit(struct sk_buff *, struct DEVICE *);
299 static int dmfe_stop(struct DEVICE *);
300 static struct net_device_stats * dmfe_get_stats(struct DEVICE *);
301 static void dmfe_set_filter_mode(struct DEVICE *);
308 static void send_filter_frame(struct DEVICE * ,int);
309 static void dm9132_id_table(struct DEVICE * ,int);
317 static void dmfe_rx_packet(struct DEVICE *, struct dmfe_board_info *);
318 static void dmfe_free_tx_pkt(struct DEVICE *, struct dmfe_board_info *);
320 static void dmfe_dynamic_reset(struct DEVICE *);
322 static void dmfe_init_dm910x(struct DEVICE *);
496 static int dmfe_open(struct DEVICE *dev) in dmfe_open()
555 static void dmfe_init_dm910x(struct DEVICE *dev) in dmfe_init_dm910x()
621 static int dmfe_start_xmit(struct sk_buff *skb, struct DEVICE *dev) in dmfe_start_xmit()
690 static int dmfe_stop(struct DEVICE *dev) in dmfe_stop()
734 struct DEVICE *dev = dev_id; in dmfe_interrupt()
799 static void dmfe_free_tx_pkt(struct DEVICE *dev, struct dmfe_board_info * db) in dmfe_free_tx_pkt()
883 static void dmfe_rx_packet(struct DEVICE *dev, struct dmfe_board_info * db) in dmfe_rx_packet()
973 static struct net_device_stats * dmfe_get_stats(struct DEVICE *dev) in dmfe_get_stats()
986 static void dmfe_set_filter_mode(struct DEVICE * dev) in dmfe_set_filter_mode()
1046 struct DEVICE *dev = (struct DEVICE *) data; in dmfe_timer()
1177 static void dmfe_dynamic_reset(struct DEVICE *dev) in dmfe_dynamic_reset()
1332 static void dm9132_id_table(struct DEVICE *dev, int mc_cnt) in dm9132_id_table()
1375 static void send_filter_frame(struct DEVICE *dev, int mc_cnt) in send_filter_frame()