Lines Matching refs:tx2
996 ei_local->tx2 > 0)
998 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n",
999 ei_local->tx2, ei_local->lasttx,
1002 else if (ei_local->tx2 == 0)
1005 ei_local->tx2 = send_length;
1016 "No Tx buffers free! tx1=%d tx2=%d last=%d\n",
1017 ei_local->tx1, ei_local->tx2,
1053 ei_local->tx2 = -1;
1059 if (ei_local->tx1 && ei_local->tx2)
1270 if (ei_local->tx2 > 0)
1273 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6);
1275 ei_local->tx2 = -1;
1282 else if (ei_local->tx2 < 0)
1285 netdev_err(dev, "%s: bogus last_tx_buffer %d, tx2=%d\n",
1287 ei_local->tx2);
1288 ei_local->tx2 = 0;
1647 ei_local->tx1 = ei_local->tx2 = 0;
1670 ei_local->tx1 = ei_local->tx2 = 0;