Searched refs:last_rx_packets (Results 1 – 3 of 3) sorted by relevance
312 int last_rx_packets; /* For media autoselection. */ member
1253 u32 last_rx_packets; member
4072 priv->last_rx_packets = 0; in ipw_reset_stats()4226 rx_packets_delta = priv->rx_packets - priv->last_rx_packets; in ipw_gather_stats()4227 priv->last_rx_packets = priv->rx_packets; in ipw_gather_stats()