lasttx_packets    665 drivers/net/wan/lmc/lmc_main.c 	sc->lmc_device->stats.tx_packets > sc->lasttx_packets &&
lasttx_packets    673 drivers/net/wan/lmc/lmc_main.c 	     sc->lmc_device->stats.tx_packets > sc->lasttx_packets &&
lasttx_packets    700 drivers/net/wan/lmc/lmc_main.c 	sc->lasttx_packets = sc->lmc_device->stats.tx_packets;
lasttx_packets    704 drivers/net/wan/lmc/lmc_main.c 	sc->lasttx_packets = sc->lmc_device->stats.tx_packets;
lasttx_packets    333 drivers/net/wan/lmc/lmc_var.h 	int                     lasttx_packets;