Home
last modified time | relevance | path

Searched refs:eth_data (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-2.7.6/samples/net/stats/src/
Dmain.c143 struct net_stats_eth eth_data; in eth_iface_cb() local
150 ret = net_mgmt(NET_REQUEST_STATS_GET_ETHERNET, iface, &eth_data, in eth_iface_cb()
151 sizeof(eth_data)); in eth_iface_cb()
156 print_eth_stats(iface, &eth_data); in eth_iface_cb()
/Zephyr-Core-2.7.6/drivers/wifi/esp32/src/
Desp_wifi_drv.c213 static struct esp32_wifi_runtime eth_data; variable
225 &eth_data, NULL, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-Core-2.7.6/drivers/ethernet/
Deth_liteeth.c190 static struct eth_liteeth_dev_data eth_data = { variable
259 &eth_data, &eth_config, CONFIG_ETH_INIT_PRIORITY, &eth_api,
Deth_stellaris.c335 struct eth_stellaris_runtime eth_data = { variable
352 &eth_data, &eth_cfg, CONFIG_ETH_INIT_PRIORITY,
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_shell.c1289 struct net_stats_eth eth_data; in net_shell_print_statistics() local
1293 &eth_data, sizeof(eth_data)); in net_shell_print_statistics()
1295 print_eth_stats(iface, &eth_data, shell); in net_shell_print_statistics()