Searched refs:last_tx_packets (Results 1 – 4 of 4) sorted by relevance
185 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; in il3945_bg_rate_scale_flush() 187 rs_sta->last_tx_packets = rs_sta->tx_packets + 1; in il3945_bg_rate_scale_flush() 347 rs_sta->last_tx_packets = 0; in il3945_rs_rate_init()
68 u32 last_tx_packets; member
1250 u32 last_tx_packets; member
4073 priv->last_tx_packets = 0; in ipw_reset_stats() 4229 tx_packets_delta = priv->tx_packets - priv->last_tx_packets; in ipw_gather_stats() 4230 priv->last_tx_packets = priv->tx_packets; in ipw_gather_stats()