Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Deth_stats.h22 struct net_stats_eth *stats; in eth_stats_update_bytes_rx()
41 struct net_stats_eth *stats; in eth_stats_update_bytes_tx()
59 struct net_stats_eth *stats; in eth_stats_update_pkts_rx()
77 struct net_stats_eth *stats; in eth_stats_update_pkts_tx()
95 struct net_stats_eth *stats; in eth_stats_update_broadcast_rx()
113 struct net_stats_eth *stats; in eth_stats_update_broadcast_tx()
131 struct net_stats_eth *stats; in eth_stats_update_multicast_rx()
149 struct net_stats_eth *stats; in eth_stats_update_multicast_tx()
166 struct net_stats_eth *stats; in eth_stats_update_errors_rx()
190 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-latest/drivers/wifi/nrf_wifi/inc/
Dnet_if.h59 struct net_stats_eth *nrf_wifi_eth_stats_get(const struct device *dev);
Dfmac_main.h61 struct net_stats_eth eth_stats;
/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal_priv.h69 struct net_stats_eth stats;
Deth_stellaris_priv.h57 struct net_stats_eth stats;
Deth_test.c17 struct net_stats_eth *vnd_ethernet_get_stats(const struct device *dev);
Deth_adin2111_priv.h255 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.c67 struct net_stats_eth stats;
403 static struct net_stats_eth *get_stats(const struct device *dev) in get_stats()
Deth_stellaris.c306 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_xmc4xxx.c98 struct net_stats_eth stats;
672 static struct net_stats_eth *eth_xmc4xxx_stats(const struct device *dev) in eth_xmc4xxx_stats()
Deth_xlnx_gem.c52 static struct net_stats_eth *eth_xlnx_gem_stats(const struct device *dev);
721 static struct net_stats_eth *eth_xlnx_gem_stats(const struct device *dev) in eth_xlnx_gem_stats()
Deth_stm32_hal.c1265 static struct net_stats_eth *eth_stm32_hal_get_stats(const struct device *dev) in eth_stm32_hal_get_stats()
Deth_adin2111.c1277 static struct net_stats_eth *adin2111_port_get_stats(const struct device *dev) in adin2111_port_get_stats()
/Zephyr-latest/samples/net/stats/src/
Dmain.c139 static void print_eth_stats(struct net_if *iface, struct net_stats_eth *data) in print_eth_stats()
156 struct net_stats_eth eth_data; in eth_iface_cb()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c47 static void print_eth_stats(struct net_if *iface, struct net_stats_eth *data, in print_eth_stats()
570 struct net_stats_eth eth_data; in net_shell_print_statistics()
/Zephyr-latest/include/zephyr/net/
Dethernet.h546 struct net_stats_eth *(*get_stats)(const struct device *dev);
Dnet_stats.h589 struct net_stats_eth { struct
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac.c85 struct net_stats_eth stats;
1761 static struct net_stats_eth *eth_dwc_xgmac_stats(const struct device *dev) in eth_dwc_xgmac_stats()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dnet_if.c1146 struct net_stats_eth *nrf_wifi_eth_stats_get(const struct device *dev) in nrf_wifi_eth_stats_get()