Lines Matching full:tx2
349 ei_local->tx2 > 0) in __ei_start_xmit()
351 "idle transmitter tx2=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
352 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
353 } else if (ei_local->tx2 == 0) { in __ei_start_xmit()
355 ei_local->tx2 = send_length; in __ei_start_xmit()
363 "No Tx buffers free! tx1=%d tx2=%d last=%d\n", in __ei_start_xmit()
364 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
389 ei_local->tx2 = -1; in __ei_start_xmit()
395 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
596 if (ei_local->tx2 > 0) { in ei_tx_intr()
598 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
600 ei_local->tx2 = -1, in ei_tx_intr()
604 } else if (ei_local->tx2 < 0) { in ei_tx_intr()
606 pr_err("%s: bogus last_tx_buffer %d, tx2=%d\n", in ei_tx_intr()
607 ei_local->name, ei_local->lasttx, ei_local->tx2); in ei_tx_intr()
608 ei_local->tx2 = 0; in ei_tx_intr()
1030 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init()
1053 ei_local->tx1 = ei_local->tx2 = 0; in __NS8390_init()