Searched defs:prev_tx_bytes (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/sja1000/
H A Dpeak_pcmcia.c141 unsigned long prev_tx_bytes; member in struct:pcan_channel
413 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) {
414 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes;
H A Dpeak_pci.c145 unsigned long prev_tx_bytes; member in struct:peak_pciec_chan
306 if (netdev->stats.tx_bytes != card->channel[i].prev_tx_bytes) {
307 card->channel[i].prev_tx_bytes = netdev->stats.tx_bytes;

Completed in 33 milliseconds