• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/

Lines Matching defs:DEVICE

169 #define DEVICE net_device
187 struct DEVICE *next_dev; /* next device */
293 static int dmfe_open(struct DEVICE *);
294 static int dmfe_start_xmit(struct sk_buff *, struct DEVICE *);
295 static int dmfe_stop(struct DEVICE *);
296 static struct net_device_stats * dmfe_get_stats(struct DEVICE *);
297 static void dmfe_set_filter_mode(struct DEVICE *);
298 static int dmfe_do_ioctl(struct DEVICE *, struct ifreq *, int);
304 static void send_filter_frame(struct DEVICE * ,int);
305 static void dm9132_id_table(struct DEVICE * ,int);
313 static void dmfe_rx_packet(struct DEVICE *, struct dmfe_board_info *);
314 static void dmfe_free_tx_pkt(struct DEVICE *, struct dmfe_board_info *);
316 static void dmfe_dynamic_reset(struct DEVICE *);
318 static void dmfe_init_dm910x(struct DEVICE *);
484 static int dmfe_open(struct DEVICE *dev)
543 static void dmfe_init_dm910x(struct DEVICE *dev)
609 static int dmfe_start_xmit(struct sk_buff *skb, struct DEVICE *dev)
678 static int dmfe_stop(struct DEVICE *dev)
714 struct DEVICE *dev = dev_id;
722 DMFE_DBUG(1, "dmfe_interrupt() without DEVICE arg", 0);
779 static void dmfe_free_tx_pkt(struct DEVICE *dev, struct dmfe_board_info * db)
849 static void dmfe_rx_packet(struct DEVICE *dev, struct dmfe_board_info * db)
939 static struct net_device_stats * dmfe_get_stats(struct DEVICE *dev)
952 static void dmfe_set_filter_mode(struct DEVICE * dev)
1020 static int dmfe_do_ioctl(struct DEVICE *dev, struct ifreq *ifr, int cmd)
1043 struct DEVICE *dev = (struct DEVICE *) data;
1174 static void dmfe_dynamic_reset(struct DEVICE *dev)
1329 static void dm9132_id_table(struct DEVICE *dev, int mc_cnt)
1372 static void send_filter_frame(struct DEVICE *dev, int mc_cnt)