Lines Matching refs:tx1
348 if (ei_local->tx1 == 0) {
350 ei_local->tx1 = send_length;
360 ei_local->tx1 > 0)
362 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n",
363 ei_local->tx1, ei_local->lasttx, ei_local->txing);
366 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
389 ei_local->tx1 = -1;
398 if (ei_local->tx1 && ei_local->tx2)
594 if (ei_local->tx1 < 0) {
596 pr_err("%s: bogus last_tx_buffer %d, tx1=%d\n",
597 ei_local->name, ei_local->lasttx, ei_local->tx1);
598 ei_local->tx1 = 0;
614 if (ei_local->tx1 > 0) {
616 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
618 ei_local->tx1 = -1;
1036 ei_local->tx1 = ei_local->tx2 = 0;
1059 ei_local->tx1 = ei_local->tx2 = 0;