Home
last modified time | relevance | path

Searched refs:eth_stats_update_pkts_tx (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Deth_stats.h73 static inline void eth_stats_update_pkts_tx(struct net_if *iface) in eth_stats_update_pkts_tx() function
229 #define eth_stats_update_pkts_tx(iface) macro
Dethernet.c587 eth_stats_update_pkts_tx(iface); in ethernet_update_tx_stats()
/Zephyr-Core-3.7.0/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c151 eth_stats_update_pkts_tx(data->iface); in tx_dma_done()
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_adin2111.c929 eth_stats_update_pkts_tx(data->iface); in adin2111_port_send()