Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c4236 u32 tx_failures, tx_failures_delta, tx_packets_delta; in ipw_gather_stats() local
4269 tx_failures_delta = tx_failures - priv->last_tx_failures; in ipw_gather_stats()
4313 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta) in ipw_gather_stats()
4314 tx_quality = 100 - (tx_failures_delta * 100) / in ipw_gather_stats()
4315 (tx_packets_delta + tx_failures_delta); in ipw_gather_stats()
4319 tx_quality, tx_failures_delta, tx_packets_delta); in ipw_gather_stats()