Lines Matching refs:eth_device
27 void dump_reg (struct eth_device *dev);
28 void dump_eeprom (struct eth_device *dev);
29 int write_eeprom_reg (struct eth_device *dev, int value, int reg);
30 void copy_from_eeprom (struct eth_device *dev);
31 void print_MAC (struct eth_device *dev);
32 int read_eeprom_reg (struct eth_device *dev, int reg);
33 void print_macaddr (struct eth_device *dev);
40 struct eth_device dev; in smc91111_eeprom()
232 void copy_from_eeprom (struct eth_device *dev) in copy_from_eeprom()
250 void print_macaddr (struct eth_device *dev) in print_macaddr()
277 void dump_eeprom (struct eth_device *dev) in dump_eeprom()
310 int read_eeprom_reg (struct eth_device *dev, int reg) in read_eeprom_reg()
332 int write_eeprom_reg (struct eth_device *dev, int value, int reg) in write_eeprom_reg()
355 void dump_reg (struct eth_device *dev) in dump_reg()