Lines Matching full:tx1
347 if (ei_local->tx1 == 0) {
349 ei_local->tx1 = send_length;
359 ei_local->tx1 > 0)
361 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n",
362 ei_local->tx1, ei_local->lasttx, ei_local->txing);
365 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
366 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
388 ei_local->tx1 = -1;
397 if (ei_local->tx1 && ei_local->tx2)
593 if (ei_local->tx1 < 0) {
595 pr_err("%s: bogus last_tx_buffer %d, tx1=%d\n",
596 ei_local->name, ei_local->lasttx, ei_local->tx1);
597 ei_local->tx1 = 0;
613 if (ei_local->tx1 > 0) {
615 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
617 ei_local->tx1 = -1;
1035 ei_local->tx1 = ei_local->tx2 = 0;
1058 ei_local->tx1 = ei_local->tx2 = 0;