Lines Matching refs:eth_device

54 static void ax88180_rx_handler (struct eth_device *dev);
55 static int ax88180_phy_initial (struct eth_device *dev);
56 static void ax88180_media_config (struct eth_device *dev);
57 static unsigned long get_CicadaPHY_media_mode (struct eth_device *dev);
58 static unsigned long get_MarvellPHY_media_mode (struct eth_device *dev);
59 static unsigned short ax88180_mdio_read (struct eth_device *dev,
61 static void ax88180_mdio_write (struct eth_device *dev,
69 static int ax88180_mdio_check_complete (struct eth_device *dev) in ax88180_mdio_check_complete()
85 ax88180_mdio_read (struct eth_device *dev, unsigned long regaddr) in ax88180_mdio_read()
101 ax88180_mdio_write (struct eth_device *dev, unsigned long regaddr, in ax88180_mdio_write()
114 static int ax88180_phy_reset (struct eth_device *dev) in ax88180_phy_reset()
132 static void ax88180_mac_reset (struct eth_device *dev) in ax88180_mac_reset()
166 static int ax88180_poll_tx_complete (struct eth_device *dev) in ax88180_poll_tx_complete()
190 static void ax88180_rx_handler (struct eth_device *dev) in ax88180_rx_handler()
257 static int ax88180_phy_initial (struct eth_device *dev) in ax88180_phy_initial()
332 static void ax88180_media_config (struct eth_device *dev) in ax88180_media_config()
460 static unsigned long get_MarvellPHY_media_mode (struct eth_device *dev) in get_MarvellPHY_media_mode()
493 static unsigned long get_CicadaPHY_media_mode (struct eth_device *dev) in get_CicadaPHY_media_mode()
526 static void ax88180_halt (struct eth_device *dev) in ax88180_halt()
532 static int ax88180_init (struct eth_device *dev, struct bd_info * bd) in ax88180_init()
576 static int ax88180_recv (struct eth_device *dev) in ax88180_recv()
609 static int ax88180_send(struct eth_device *dev, void *packet, int length) in ax88180_send()
670 static void ax88180_read_mac_addr (struct eth_device *dev) in ax88180_read_mac_addr()
706 struct eth_device *dev; in ax88180_initialize()
709 dev = (struct eth_device *)malloc (sizeof *dev); in ax88180_initialize()