Home
last modified time | relevance | path

Searched refs:stat_tx_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/
Dec_bhf.c158 u64 stat_tx_bytes; member
320 priv->stat_tx_bytes += len; in ec_bhf_start_xmit()
473 stats->tx_bytes = priv->stat_tx_bytes; in ec_bhf_get_stats()
/Linux-v4.19/drivers/net/ethernet/nvidia/
Dforcedeth.c842 u64 stat_tx_bytes; member
1772 storage->tx_bytes = np->stat_tx_bytes; in nv_get_stats64()
2577 np->stat_tx_bytes += np->get_tx_ctx->skb->len; in nv_tx_done()
2594 np->stat_tx_bytes += np->get_tx_ctx->skb->len; in nv_tx_done()
2644 np->stat_tx_bytes += np->get_tx_ctx->skb->len; in nv_tx_done_optimized()