Searched refs:tx_packets_delta (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.c4260 u32 tx_failures, tx_failures_delta, tx_packets_delta; ipw_gather_stats() local
4299 tx_packets_delta = priv->tx_packets - priv->last_tx_packets; ipw_gather_stats()
4337 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta) ipw_gather_stats()
4339 (tx_packets_delta + tx_failures_delta); ipw_gather_stats()
4343 tx_quality, tx_failures_delta, tx_packets_delta); ipw_gather_stats()

Completed in 109 milliseconds