Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/lmc/
Dlmc_main.c659 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
667 sc->lmc_device->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
694 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
698 sc->lasttx_packets = sc->lmc_device->stats.tx_packets; in lmc_watchdog()
Dlmc_var.h333 int lasttx_packets; member