Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/sja1000/
Dpeak_pcmcia.c133 unsigned long prev_tx_bytes; member
405 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in pcan_led_timer()
406 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in pcan_led_timer()
Dpeak_pci.c138 unsigned long prev_tx_bytes; member
299 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in peak_pciec_led_work()
300 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in peak_pciec_led_work()