Searched refs:last_rx_packets (Results 1 – 3 of 3) sorted by relevance
1268 u32 last_rx_packets; member
4142 priv->last_rx_packets = 0; in ipw_reset_stats()4296 rx_packets_delta = priv->rx_packets - priv->last_rx_packets; in ipw_gather_stats()4297 priv->last_rx_packets = priv->rx_packets; in ipw_gather_stats()
316 int last_rx_packets; /* For media autoselection. */ member