Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c132 unsigned long prev_rx_bytes; member
400 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in pcan_led_timer()
401 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in pcan_led_timer()
H A Dpeak_pci.c137 unsigned long prev_rx_bytes; member
294 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in peak_pciec_led_work()
295 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in peak_pciec_led_work()
/kernel/linux/linux-6.6/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c131 unsigned long prev_rx_bytes; member
399 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in pcan_led_timer()
400 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in pcan_led_timer()
H A Dpeak_pci.c157 unsigned long prev_rx_bytes; member
312 if (netdev->stats.rx_bytes != card->channel[i].prev_rx_bytes) { in peak_pciec_led_work()
313 card->channel[i].prev_rx_bytes = netdev->stats.rx_bytes; in peak_pciec_led_work()

Completed in 5 milliseconds