Lines Matching refs:lasttx
354 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n",
355 ei_local->tx2, ei_local->lasttx, ei_local->txing);
362 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n",
363 ei_local->tx1, ei_local->lasttx, ei_local->txing);
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
390 ei_local->lasttx = -1;
393 ei_local->lasttx = -2;
595 if (ei_local->lasttx != 1 && ei_local->lasttx != -1)
597 ei_local->name, ei_local->lasttx, ei_local->tx1);
604 ei_local->lasttx = 2;
606 ei_local->lasttx = 20;
610 if (ei_local->lasttx != 2 && ei_local->lasttx != -2)
612 ei_local->name, ei_local->lasttx, ei_local->tx2);
619 ei_local->lasttx = 1;
621 ei_local->lasttx = 10;
625 netdev_warn(dev, "unexpected TX-done interrupt, lasttx=%d\n",
626 ei_local->lasttx);