Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2192 struct libeth_sq_napi_stats cleaned_stats = { }; in idpf_tx_clean_complq() local
2223 budget, &cleaned_stats, true); in idpf_tx_clean_complq()
2227 &cleaned_stats, budget); in idpf_tx_clean_complq()
2236 u64_stats_add(&tx_q->q_stats.packets, cleaned_stats.packets); in idpf_tx_clean_complq()
2237 u64_stats_add(&tx_q->q_stats.bytes, cleaned_stats.bytes); in idpf_tx_clean_complq()
2238 tx_q->cleaned_pkts += cleaned_stats.packets; in idpf_tx_clean_complq()
2239 tx_q->cleaned_bytes += cleaned_stats.bytes; in idpf_tx_clean_complq()