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