Lines Matching defs:dev
143 void dump_memory_info(struct eth_device *dev) in dump_memory_info()
164 static int poll4int (struct eth_device *dev, byte mask, int timeout) in poll4int()
205 static void smc_reset(struct eth_device *dev) in smc_reset()
237 static void smc_enable(struct eth_device *dev) in smc_enable()
271 static void smc_shutdown(struct eth_device *dev) in smc_shutdown()
304 static int smc_send_packet(struct eth_device *dev, void *packet, in smc_send_packet()
473 static int smc_open(bd_t *bd, struct eth_device *dev) in smc_open()
516 static int smc_rcv(struct eth_device *dev) in smc_rcv()
629 static int smc_close(struct eth_device *dev) in smc_close()
676 static int lan91c96_init(struct eth_device *dev, bd_t *bd) in lan91c96_init()
681 static void lan91c96_halt(struct eth_device *dev) in lan91c96_halt()
686 static int lan91c96_recv(struct eth_device *dev) in lan91c96_recv()
691 static int lan91c96_send(struct eth_device *dev, void *packet, in lan91c96_send()
703 static int smc_get_ethaddr(bd_t *bd, struct eth_device *dev) in smc_get_ethaddr()
726 static int get_rom_mac(struct eth_device *dev, unsigned char *v_rom_mac) in get_rom_mac()
756 static int lan91c96_detect_chip(struct eth_device *dev) in lan91c96_detect_chip()
771 struct eth_device *dev; in lan91c96_initialize() local