Home
last modified time | relevance | path

Searched refs:net_stats_eth (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/
Deth_stats.h21 struct net_stats_eth *stats; in eth_stats_update_bytes_rx()
40 struct net_stats_eth *stats; in eth_stats_update_bytes_tx()
58 struct net_stats_eth *stats; in eth_stats_update_pkts_rx()
76 struct net_stats_eth *stats; in eth_stats_update_pkts_tx()
94 struct net_stats_eth *stats; in eth_stats_update_broadcast_rx()
112 struct net_stats_eth *stats; in eth_stats_update_broadcast_tx()
130 struct net_stats_eth *stats; in eth_stats_update_multicast_rx()
148 struct net_stats_eth *stats; in eth_stats_update_multicast_tx()
165 struct net_stats_eth *stats; in eth_stats_update_errors_rx()
189 struct net_stats_eth *stats; in eth_stats_update_errors_tx()
[all …]
Dethernet_stats.c38 len_chk = sizeof(struct net_stats_eth); in eth_stats_get()
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_stm32_hal_priv.h58 struct net_stats_eth stats;
Deth_stellaris_priv.h57 struct net_stats_eth stats;
Deth_adin2111_priv.h192 struct net_stats_eth stats;
Deth_ivshmem.c45 struct net_stats_eth stats;
56 static struct net_stats_eth *eth_ivshmem_get_stats(const struct device *dev) in eth_ivshmem_get_stats()
Deth_smsc911x.c51 struct net_stats_eth stats;
423 static struct net_stats_eth *get_stats(const struct device *dev) in get_stats()
Deth_native_posix.c64 struct net_stats_eth stats;
518 static struct net_stats_eth *get_stats(const struct device *dev) in get_stats()
Deth_stellaris.c293 static struct net_stats_eth *eth_stellaris_stats(const struct device *dev) in eth_stellaris_stats()
Deth_xlnx_gem_priv.h763 struct net_stats_eth stats;
Deth_xlnx_gem.c49 static struct net_stats_eth *eth_xlnx_gem_stats(const struct device *dev);
665 static struct net_stats_eth *eth_xlnx_gem_stats(const struct device *dev) in eth_xlnx_gem_stats()
Deth_adin2111.c716 static struct net_stats_eth *adin2111_port_get_stats(const struct device *dev) in adin2111_port_get_stats()
Deth_stm32_hal.c1626 static struct net_stats_eth *eth_stm32_hal_get_stats(const struct device *dev) in eth_stm32_hal_get_stats()
/Zephyr-Core-3.5.0/samples/net/stats/src/
Dmain.c126 static void print_eth_stats(struct net_if *iface, struct net_stats_eth *data) in print_eth_stats()
143 struct net_stats_eth eth_data; in eth_iface_cb()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_stats.h441 struct net_stats_eth { struct
Dethernet.h432 struct net_stats_eth *(*get_stats)(const struct device *dev);
/Zephyr-Core-3.5.0/subsys/net/ip/
Dnet_shell.c882 static void print_eth_stats(struct net_if *iface, struct net_stats_eth *data, in print_eth_stats()
1347 struct net_stats_eth eth_data; in net_shell_print_statistics()