Lines Matching refs:eth_device
117 static int smc_get_ethaddr(struct bd_info *bd, struct eth_device *dev);
118 static int get_rom_mac(struct eth_device *dev, unsigned char *v_rom_mac);
144 void dump_memory_info(struct eth_device *dev) in dump_memory_info()
165 static int poll4int (struct eth_device *dev, byte mask, int timeout) in poll4int()
206 static void smc_reset(struct eth_device *dev) in smc_reset()
238 static void smc_enable(struct eth_device *dev) in smc_enable()
272 static void smc_shutdown(struct eth_device *dev) in smc_shutdown()
305 static int smc_send_packet(struct eth_device *dev, void *packet, in smc_send_packet()
474 static int smc_open(struct bd_info *bd, struct eth_device *dev) in smc_open()
517 static int smc_rcv(struct eth_device *dev) in smc_rcv()
630 static int smc_close(struct eth_device *dev) in smc_close()
677 static int lan91c96_init(struct eth_device *dev, struct bd_info *bd) in lan91c96_init()
682 static void lan91c96_halt(struct eth_device *dev) in lan91c96_halt()
687 static int lan91c96_recv(struct eth_device *dev) in lan91c96_recv()
692 static int lan91c96_send(struct eth_device *dev, void *packet, in lan91c96_send()
704 static int smc_get_ethaddr(struct bd_info *bd, struct eth_device *dev) in smc_get_ethaddr()
727 static int get_rom_mac(struct eth_device *dev, unsigned char *v_rom_mac) in get_rom_mac()
757 static int lan91c96_detect_chip(struct eth_device *dev) in lan91c96_detect_chip()
772 struct eth_device *dev; in lan91c96_initialize()