Lines Matching refs:eth_device
16 u32 pkt_data_pull(struct eth_device *dev, u32 addr) \
18 void pkt_data_push(struct eth_device *dev, u32 addr, u32 val) \
21 static void smc911x_handle_mac_address(struct eth_device *dev) in smc911x_handle_mac_address()
34 static int smc911x_eth_phy_read(struct eth_device *dev, in smc911x_eth_phy_read()
51 static int smc911x_eth_phy_write(struct eth_device *dev, in smc911x_eth_phy_write()
66 static int smc911x_phy_reset(struct eth_device *dev) in smc911x_phy_reset()
80 static void smc911x_phy_configure(struct eth_device *dev) in smc911x_phy_configure()
111 static void smc911x_enable(struct eth_device *dev) in smc911x_enable()
128 static int smc911x_init(struct eth_device *dev, bd_t * bd) in smc911x_init()
147 static int smc911x_send(struct eth_device *dev, void *packet, int length) in smc911x_send()
186 static void smc911x_halt(struct eth_device *dev) in smc911x_halt()
192 static int smc911x_rx(struct eth_device *dev) in smc911x_rx()
225 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smc911x_miiphy_read()
238 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smc911x_miiphy_write()
248 struct eth_device *dev; in smc911x_initialize()