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