Searched refs:eth_stats_update_bytes_tx (Results 1 – 3 of 3) sorted by relevance
35 static inline void eth_stats_update_bytes_tx(struct net_if *iface, in eth_stats_update_bytes_tx() function226 #define eth_stats_update_bytes_tx(iface, bytes) macro
576 eth_stats_update_bytes_tx(iface, net_pkt_get_len(pkt)); in ethernet_update_tx_stats()
508 eth_stats_update_bytes_tx(data->iface, pkt_len); in adin2111_port_send()