Home
last modified time | relevance | path

Searched refs:prev_rx_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/can/sja1000/
Dpeak_pcmcia.c140 unsigned long prev_rx_bytes; member
408 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in pcan_led_timer()
409 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in pcan_led_timer()
Dpeak_pci.c145 unsigned long prev_rx_bytes; member
302 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in peak_pciec_led_work()
303 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in peak_pciec_led_work()