Home
last modified time | relevance | path

Searched refs:eth_stats_update_bytes_tx (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/
Deth_stats.h35 static inline void eth_stats_update_bytes_tx(struct net_if *iface, in eth_stats_update_bytes_tx() function
226 #define eth_stats_update_bytes_tx(iface, bytes) macro
Dethernet.c576 eth_stats_update_bytes_tx(iface, net_pkt_get_len(pkt)); in ethernet_update_tx_stats()
/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_adin2111.c508 eth_stats_update_bytes_tx(data->iface, pkt_len); in adin2111_port_send()