Searched refs:last_rx_packets (Results 1 – 3 of 3) sorted by relevance
310 int last_rx_packets; /* For media autoselection. */ member
1254 u32 last_rx_packets; member
4118 priv->last_rx_packets = 0; in ipw_reset_stats()4272 rx_packets_delta = priv->rx_packets - priv->last_rx_packets; in ipw_gather_stats()4273 priv->last_rx_packets = priv->rx_packets; in ipw_gather_stats()
Completed in 32 milliseconds