Lines Matching refs:eth_device
30 static int eth_dump_regs(struct eth_device *dev) in eth_dump_regs()
65 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smi_reg_read()
112 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smi_reg_write()
147 static void abortdma(struct eth_device *dev) in abortdma()
356 static void init_hashtable(struct eth_device *dev) in init_hashtable()
368 static int ethernet_phy_detect(struct eth_device *dev) in ethernet_phy_detect()
424 static int armdfec_init(struct eth_device *dev, struct bd_info *bd) in armdfec_init()
524 static void armdfec_halt(struct eth_device *dev) in armdfec_halt()
547 static int armdfec_send(struct eth_device *dev, void *dataptr, int datasize) in armdfec_send()
601 static int armdfec_recv(struct eth_device *dev) in armdfec_recv()
671 struct eth_device *dev; in armada100_fec_register()