Lines Matching refs:tx1
1248 if (ei_local->tx1 == 0) in ei_start_xmit()
1251 ei_local->tx1 = send_length; in ei_start_xmit()
1260 if (ei_debug && ei_local->tx1 > 0) in ei_start_xmit()
1262 dev->name, ei_local->tx1, ei_local->lasttx, ei_local->txing); in ei_start_xmit()
1268 dev->name, ei_local->tx1, ei_local->tx2, ei_local->lasttx); in ei_start_xmit()
1300 ei_local->tx1 = -1; in ei_start_xmit()
1311 if (ei_local->tx1 && ei_local->tx2) in ei_start_xmit()
1515 if (ei_local->tx1 < 0) in ei_tx_intr()
1519 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
1520 ei_local->tx1 = 0; in ei_tx_intr()
1537 if (ei_local->tx1 > 0) in ei_tx_intr()
1540 NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page); in ei_tx_intr()
1542 ei_local->tx1 = -1; in ei_tx_intr()
1892 ei_local->tx1 = ei_local->tx2 = 0; in AX88190_init()
1921 ei_local->tx1 = ei_local->tx2 = 0; in AX88190_init()