Lines Matching refs:eth_device
52 static void ax88180_rx_handler (struct eth_device *dev);
53 static int ax88180_phy_initial (struct eth_device *dev);
54 static void ax88180_media_config (struct eth_device *dev);
55 static unsigned long get_CicadaPHY_media_mode (struct eth_device *dev);
56 static unsigned long get_MarvellPHY_media_mode (struct eth_device *dev);
57 static unsigned short ax88180_mdio_read (struct eth_device *dev,
59 static void ax88180_mdio_write (struct eth_device *dev,
67 static int ax88180_mdio_check_complete (struct eth_device *dev) in ax88180_mdio_check_complete()
83 ax88180_mdio_read (struct eth_device *dev, unsigned long regaddr) in ax88180_mdio_read()
99 ax88180_mdio_write (struct eth_device *dev, unsigned long regaddr, in ax88180_mdio_write()
112 static int ax88180_phy_reset (struct eth_device *dev) in ax88180_phy_reset()
130 static void ax88180_mac_reset (struct eth_device *dev) in ax88180_mac_reset()
164 static int ax88180_poll_tx_complete (struct eth_device *dev) in ax88180_poll_tx_complete()
188 static void ax88180_rx_handler (struct eth_device *dev) in ax88180_rx_handler()
255 static int ax88180_phy_initial (struct eth_device *dev) in ax88180_phy_initial()
330 static void ax88180_media_config (struct eth_device *dev) in ax88180_media_config()
458 static unsigned long get_MarvellPHY_media_mode (struct eth_device *dev) in get_MarvellPHY_media_mode()
491 static unsigned long get_CicadaPHY_media_mode (struct eth_device *dev) in get_CicadaPHY_media_mode()
524 static void ax88180_halt (struct eth_device *dev) in ax88180_halt()
530 static int ax88180_init (struct eth_device *dev, bd_t * bd) in ax88180_init()
574 static int ax88180_recv (struct eth_device *dev) in ax88180_recv()
607 static int ax88180_send(struct eth_device *dev, void *packet, int length) in ax88180_send()
668 static void ax88180_read_mac_addr (struct eth_device *dev) in ax88180_read_mac_addr()
704 struct eth_device *dev; in ax88180_initialize()
707 dev = (struct eth_device *)malloc (sizeof *dev); in ax88180_initialize()