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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Denc28j60.c69 u16 max_pk_counter; /* statistics: max packet counter */ member in struct:enc28j60_net
666 priv->max_pk_counter = 0;
1092 if (pk_counter > priv->max_pk_counter) {
1094 priv->max_pk_counter = pk_counter;
1095 if (netif_msg_rx_status(priv) && priv->max_pk_counter > 1)
1097 priv->max_pk_counter);

Completed in 65 milliseconds