Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/
Deth_stats.h36 static inline void eth_stats_update_bytes_tx(struct net_if *iface, in eth_stats_update_bytes_tx() function
227 #define eth_stats_update_bytes_tx(iface, bytes) macro
Dethernet.c689 eth_stats_update_bytes_tx(iface, net_pkt_get_len(pkt)); in ethernet_update_tx_stats()
/Zephyr-latest/drivers/ethernet/
Deth_adin2111.c930 eth_stats_update_bytes_tx(data->iface, pkt_len); in adin2111_port_send()