Searched refs:cleaned_stats (Results 1 – 1 of 1) sorted by relevance
1986 struct libeth_sq_napi_stats cleaned_stats = { }; in idpf_tx_clean_complq() local2017 &cleaned_stats, true); in idpf_tx_clean_complq()2021 &cleaned_stats, budget); in idpf_tx_clean_complq()2033 u64_stats_add(&tx_q->q_stats.packets, cleaned_stats.packets); in idpf_tx_clean_complq()2034 u64_stats_add(&tx_q->q_stats.bytes, cleaned_stats.bytes); in idpf_tx_clean_complq()2035 tx_q->cleaned_pkts += cleaned_stats.packets; in idpf_tx_clean_complq()2036 tx_q->cleaned_bytes += cleaned_stats.bytes; in idpf_tx_clean_complq()