Searched refs:eth_data (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-2.7.6/samples/net/stats/src/ |
D | main.c | 143 struct net_stats_eth eth_data; in eth_iface_cb() local 150 ret = net_mgmt(NET_REQUEST_STATS_GET_ETHERNET, iface, ð_data, in eth_iface_cb() 151 sizeof(eth_data)); in eth_iface_cb() 156 print_eth_stats(iface, ð_data); in eth_iface_cb()
|
/Zephyr-Core-2.7.6/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 213 static struct esp32_wifi_runtime eth_data; variable 225 ð_data, NULL, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_liteeth.c | 190 static struct eth_liteeth_dev_data eth_data = { variable 259 ð_data, ð_config, CONFIG_ETH_INIT_PRIORITY, ð_api,
|
D | eth_stellaris.c | 335 struct eth_stellaris_runtime eth_data = { variable 352 ð_data, ð_cfg, CONFIG_ETH_INIT_PRIORITY,
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | net_shell.c | 1289 struct net_stats_eth eth_data; in net_shell_print_statistics() local 1293 ð_data, sizeof(eth_data)); in net_shell_print_statistics() 1295 print_eth_stats(iface, ð_data, shell); in net_shell_print_statistics()
|