Home
last modified time | relevance | path

Searched refs:tx2 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/8390/
Dlib8390.c349 ei_local->tx2 > 0) 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()
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()
[all …]
Daxnet_cs.c994 ei_local->tx2 > 0) in axnet_start_xmit()
997 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit()
1000 else if (ei_local->tx2 == 0) in axnet_start_xmit()
1003 ei_local->tx2 = send_length; in axnet_start_xmit()
1015 ei_local->tx1, ei_local->tx2, in axnet_start_xmit()
1051 ei_local->tx2 = -1; in axnet_start_xmit()
1057 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1268 if (ei_local->tx2 > 0) in ei_tx_intr()
1271 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
1273 ei_local->tx2 = -1, in ei_tx_intr()
[all …]
D8390.h88 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member