Searched refs:last_rx_packets (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c515.c316 int last_rx_packets; /* For media autoselection. */ member in struct:corkscrew_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1270 u32 last_rx_packets; member in struct:ipw_priv
H A Dipw2200.c4102 priv->last_rx_packets = 0;
4256 rx_packets_delta = priv->rx_packets - priv->last_rx_packets;
4257 priv->last_rx_packets = priv->rx_packets;

Completed in 202 milliseconds