Searched refs:eth_rx (Results 1 – 11 of 11) sorted by relevance
146 g_cdc_ecm_dev.eth_rx = NULL; in usbh_cdc_ecm_run()235 g_rndis_dev.eth_rx = NULL; in usbh_rndis_run()307 g_cdc_ncm_dev.eth_rx = NULL; in usbh_cdc_ncm_run()376 g_asix_dev.eth_rx = NULL; in usbh_asix_run()445 g_rtl8152_dev.eth_rx = NULL; in usbh_rtl8152_run()
48 struct pbuf* (*eth_rx)(rt_device_t dev); member
247 rndis_dev.eth_rx = rt_usbd_rndis_eth_rx; in rndis_lwip_init()
274 cdc_ecm_dev.eth_rx = rt_usbd_cdc_ecm_eth_rx; in cdc_ecm_lwip_init()
249 virtio_net_dev->parent.eth_rx = virtio_net_rx; in rt_virtio_net_init()
946 if(device->eth_rx == RT_NULL) break; in eth_rx_thread_entry()948 p = device->eth_rx(&(device->parent)); in eth_rx_thread_entry()
475 eth->eth_rx = RT_NULL; in rt_wlan_lwip_protocol_register()
659 _ecm_eth->parent.eth_rx = rt_ecm_eth_rx; in rt_usbd_function_ecm_create()
1453 _rndis->parent.eth_rx = rt_rndis_eth_rx; in rt_usbd_function_rndis_create()
667 rw009_wifi_device.parent.eth_rx = rw009_wifi_rx; in rt_hw_wifi_init()
834 enc28j60_dev.parent.eth_rx = enc28j60_rx; in enc28j60_attach()
Completed in 20 milliseconds