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

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c4190 u32 tx_failures, tx_failures_delta, tx_packets_delta; local
4229 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4267 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
4269 (tx_packets_delta + tx_failures_delta);
4273 tx_quality, tx_failures_delta, tx_packets_delta);

Completed in 131 milliseconds