Lines Matching full:tx1
347 if (ei_local->tx1 == 0) { in __ei_start_xmit()
349 ei_local->tx1 = send_length; in __ei_start_xmit()
359 ei_local->tx1 > 0) in __ei_start_xmit()
361 "idle transmitter, tx1=%d, lasttx=%d, txing=%d\n", in __ei_start_xmit()
362 ei_local->tx1, ei_local->lasttx, ei_local->txing); 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()
388 ei_local->tx1 = -1; in __ei_start_xmit()
397 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
593 if (ei_local->tx1 < 0) { in ei_tx_intr()
595 pr_err("%s: bogus last_tx_buffer %d, tx1=%d\n", in ei_tx_intr()
596 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
597 ei_local->tx1 = 0; in ei_tx_intr()
613 if (ei_local->tx1 > 0) { in ei_tx_intr()
615 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); in ei_tx_intr()
617 ei_local->tx1 = -1; 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()