Lines Matching refs:lasttx
353 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n",
354 ei_local->tx2, ei_local->lasttx, ei_local->txing);
361 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n",
362 ei_local->tx1, ei_local->lasttx, ei_local->txing);
366 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
389 ei_local->lasttx = -1;
392 ei_local->lasttx = -2;
594 if (ei_local->lasttx != 1 && ei_local->lasttx != -1)
596 ei_local->name, ei_local->lasttx, ei_local->tx1);
603 ei_local->lasttx = 2;
605 ei_local->lasttx = 20;
609 if (ei_local->lasttx != 2 && ei_local->lasttx != -2)
611 ei_local->name, ei_local->lasttx, ei_local->tx2);
618 ei_local->lasttx = 1;
620 ei_local->lasttx = 10;
624 netdev_warn(dev, "unexpected TX-done interrupt, lasttx=%d\n",
625 ei_local->lasttx);