Searched refs:max_pk_counter (Results 1 – 1 of 1) sorted by relevance
65 u16 max_pk_counter; /* statistics: max packet counter */ member 665 priv->max_pk_counter = 0; in enc28j60_hw_init() 1106 if (pk_counter > priv->max_pk_counter) { in enc28j60_rx_interrupt() 1108 priv->max_pk_counter = pk_counter; in enc28j60_rx_interrupt() 1109 if (netif_msg_rx_status(priv) && priv->max_pk_counter > 1) in enc28j60_rx_interrupt() 1111 priv->max_pk_counter); in enc28j60_rx_interrupt()