Lines Matching refs:tx2
352 ei_local->tx2 > 0)
354 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n",
355 ei_local->tx2, ei_local->lasttx, ei_local->txing);
356 } else if (ei_local->tx2 == 0) {
358 ei_local->tx2 = send_length;
366 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx);
392 ei_local->tx2 = -1;
398 if (ei_local->tx1 && ei_local->tx2)
599 if (ei_local->tx2 > 0) {
601 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6);
603 ei_local->tx2 = -1;
609 } else if (ei_local->tx2 < 0) {
611 pr_err("%s: bogus last_tx_buffer %d, tx2=%d\n",
612 ei_local->name, ei_local->lasttx, ei_local->tx2);
613 ei_local->tx2 = 0;
1036 ei_local->tx1 = ei_local->tx2 = 0;
1059 ei_local->tx1 = ei_local->tx2 = 0;