Lines Matching refs:tx1
310 if (ei_local->tx1 == 0) in ei_start_xmit()
313 ei_local->tx1 = send_length; in ei_start_xmit()
322 if (ei_debug && ei_local->tx1 > 0) in ei_start_xmit()
324 dev->name, ei_local->tx1, ei_local->lasttx, ei_local->txing); in ei_start_xmit()
330 dev->name, ei_local->tx1, ei_local->tx2, ei_local->lasttx); in ei_start_xmit()
362 ei_local->tx1 = -1; in ei_start_xmit()
373 if (ei_local->tx1 && ei_local->tx2) in ei_start_xmit()
602 if (ei_local->tx1 < 0) in ei_tx_intr()
606 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
607 ei_local->tx1 = 0; in ei_tx_intr()
624 if (ei_local->tx1 > 0) in ei_tx_intr()
627 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); in ei_tx_intr()
629 ei_local->tx1 = -1; in ei_tx_intr()
1097 ei_local->tx1 = ei_local->tx2 = 0; in NS8390_init()
1120 ei_local->tx1 = ei_local->tx2 = 0; in NS8390_init()