Lines Matching refs:eth_device
468 struct eth_device* enetif; in ethernetif_linkoutput()
471 enetif = (struct eth_device*)netif->state; in ethernetif_linkoutput()
483 struct eth_device *ethif; in eth_netif_device_init()
485 ethif = (struct eth_device*)netif->state; in eth_netif_device_init()
566 rt_err_t eth_device_init_with_flag(struct eth_device *dev, const char *name, rt_uint16_t flags) in eth_device_init_with_flag()
638 rt_err_t eth_device_init(struct eth_device * dev, const char *name) in eth_device_init()
650 void eth_device_deinit(struct eth_device *dev) in eth_device_deinit()
671 struct eth_device *ethif; in af_unix_eth_netif_device_init()
673 ethif = (struct eth_device*)netif->state; in af_unix_eth_netif_device_init()
749 rt_err_t af_unix_eth_device_init_with_flag(struct eth_device *dev, const char *name, rt_uint16_t fl… in af_unix_eth_device_init_with_flag()
816 rt_err_t af_unix_eth_device_init(struct eth_device * dev, const char *name) in af_unix_eth_device_init()
830 rt_err_t eth_device_ready(struct eth_device* dev) in eth_device_ready()
847 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
866 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up) in eth_device_linkchange()
887 struct eth_device* enetif; in eth_tx_thread_entry()
892 enetif = (struct eth_device*)msg->netif->state; in eth_tx_thread_entry()
913 struct eth_device* device; in eth_rx_thread_entry()