Lines Matching refs:tx2
351 ei_local->tx2 > 0)
353 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n",
354 ei_local->tx2, ei_local->lasttx, ei_local->txing);
355 } else if (ei_local->tx2 == 0) {
357 ei_local->tx2 = send_length;
365 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
366 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
391 ei_local->tx2 = -1;
397 if (ei_local->tx1 && ei_local->tx2)
598 if (ei_local->tx2 > 0) {
600 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6);
602 ei_local->tx2 = -1;
608 } else if (ei_local->tx2 < 0) {
610 pr_err("%s: bogus last_tx_buffer %d, tx2=%d\n",
611 ei_local->name, ei_local->lasttx, ei_local->tx2);
612 ei_local->tx2 = 0;
1035 ei_local->tx1 = ei_local->tx2 = 0;
1058 ei_local->tx1 = ei_local->tx2 = 0;