Home
last modified time | relevance | path

Searched refs:eth_device (Results 1 – 11 of 11) sorted by relevance

/components/net/lwip/port/netif/
A Dethernetif.h32 struct eth_device struct
53 void eth_device_deinit(struct eth_device *dev); argument
54 rt_err_t eth_device_ready(struct eth_device* dev);
55 rt_err_t eth_device_init(struct eth_device * dev, const char *name);
56 rt_err_t eth_device_init_with_flag(struct eth_device *dev, const char *name, rt_uint16_t flag);
57 rt_err_t eth_device_linkchange(struct eth_device* dev, rt_bool_t up);
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_lwip.c98 static struct eth_device g_cdc_ecm_dev;
143 memset(&g_cdc_ecm_dev, 0, sizeof(struct eth_device)); in usbh_cdc_ecm_run()
167 static struct eth_device g_rndis_dev;
232 memset(&g_rndis_dev, 0, sizeof(struct eth_device)); in usbh_rndis_run()
259 static struct eth_device g_cdc_ncm_dev;
304 memset(&g_cdc_ncm_dev, 0, sizeof(struct eth_device)); in usbh_cdc_ncm_run()
328 static struct eth_device g_asix_dev;
373 memset(&g_asix_dev, 0, sizeof(struct eth_device)); in usbh_asix_run()
397 static struct eth_device g_rtl8152_dev;
442 memset(&g_rtl8152_dev, 0, sizeof(struct eth_device)); in usbh_rtl8152_run()
/components/net/lwip/port/
A Dethernetif.c468 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()
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()
830 rt_err_t eth_device_ready(struct eth_device* dev) in eth_device_ready()
887 struct eth_device* enetif; in eth_tx_thread_entry()
892 enetif = (struct eth_device*)msg->netif->state; in eth_tx_thread_entry()
[all …]
/components/drivers/wlan/
A Ddev_wlan_lwip.c48 struct eth_device eth;
59 struct eth_device *eth_dev; in netif_is_ready()
159 struct eth_device *eth_dev; in netif_set_connected()
280 struct eth_device *eth_dev = (struct eth_device *)device; in rt_wlan_lwip_protocol_control()
303 struct eth_device *eth_dev = &((struct lwip_prot_des *)wlan->prot)->eth; in rt_wlan_lwip_protocol_recv()
362 struct rt_wlan_device *wlan = ((struct eth_device *)device)->parent.user_data; in rt_wlan_lwip_protocol_send()
419 struct eth_device *eth = RT_NULL; in rt_wlan_lwip_protocol_register()
/components/drivers/virtio/
A Dvirtio_net.h98 struct eth_device parent;
/components/drivers/spi/
A Denc28j60.h324 struct eth_device parent;
A Ddev_spi_wifi_rw009.c50 struct eth_device parent;
425 eth_device_ready((struct eth_device *)dev); in spi_wifi_transfer()
/components/drivers/usb/cherryusb/demo/
A Dcdc_rndis_template.c201 struct eth_device rndis_dev;
A Dcdc_ecm_template.c228 struct eth_device cdc_ecm_dev;
/components/legacy/usb/usbdevice/class/
A Decm.c32 struct eth_device parent;
A Drndis.c46 struct eth_device parent;

Completed in 20 milliseconds