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