Lines Matching full:tx1
991 if (ei_local->tx1 == 0)
994 ei_local->tx1 = send_length;
1007 ei_local->tx1 > 0)
1009 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n",
1010 ei_local->tx1, ei_local->lasttx,
1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
1017 ei_local->tx1, ei_local->tx2,
1048 ei_local->tx1 = -1;
1059 if (ei_local->tx1 && ei_local->tx2)
1263 if (ei_local->tx1 < 0)
1266 netdev_err(dev, "%s: bogus last_tx_buffer %d, tx1=%d\n",
1268 ei_local->tx1);
1269 ei_local->tx1 = 0;
1289 if (ei_local->tx1 > 0)
1292 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
1294 ei_local->tx1 = -1;
1647 ei_local->tx1 = ei_local->tx2 = 0;
1670 ei_local->tx1 = ei_local->tx2 = 0;