Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/lmc/
Dlmc_main.c655 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
663 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
690 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
694 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
Dlmc_var.h333 int lasttx_packets; member