Searched refs:g_asix_dev (Results 1 – 1 of 1) sorted by relevance
328 static struct eth_device g_asix_dev; variable368 usbh_lwip_eth_input_common(g_asix_dev.netif, buf, buflen); in usbh_asix_eth_input()373 memset(&g_asix_dev, 0, sizeof(struct eth_device)); in usbh_asix_run()375 g_asix_dev.parent.control = rt_usbh_asix_control; in usbh_asix_run()376 g_asix_dev.eth_rx = NULL; in usbh_asix_run()377 g_asix_dev.eth_tx = rt_usbh_asix_eth_tx; in usbh_asix_run()378 g_asix_dev.parent.user_data = asix_class; in usbh_asix_run()380 eth_device_init(&g_asix_dev, "u3"); in usbh_asix_run()381 eth_device_linkchange(&g_asix_dev, RT_TRUE); in usbh_asix_run()390 eth_device_deinit(&g_asix_dev); in usbh_asix_stop()
Completed in 2 milliseconds