Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c132 unsigned long prev_tx_bytes; member
404 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in pcan_led_timer()
405 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in pcan_led_timer()
H A Dpeak_pci.c158 unsigned long prev_tx_bytes; member
317 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) { in peak_pciec_led_work()
318 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes; in peak_pciec_led_work()