Lines Matching refs:eth_device
26 void dump_reg (struct eth_device *dev);
27 void dump_eeprom (struct eth_device *dev);
28 int write_eeprom_reg (struct eth_device *dev, int value, int reg);
29 void copy_from_eeprom (struct eth_device *dev);
30 void print_MAC (struct eth_device *dev);
31 int read_eeprom_reg (struct eth_device *dev, int reg);
32 void print_macaddr (struct eth_device *dev);
39 struct eth_device dev; in smc91111_eeprom()
231 void copy_from_eeprom (struct eth_device *dev) in copy_from_eeprom()
249 void print_macaddr (struct eth_device *dev) in print_macaddr()
276 void dump_eeprom (struct eth_device *dev) in dump_eeprom()
309 int read_eeprom_reg (struct eth_device *dev, int reg) in read_eeprom_reg()
331 int write_eeprom_reg (struct eth_device *dev, int value, int reg) in write_eeprom_reg()
354 void dump_reg (struct eth_device *dev) in dump_reg()