Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dlib8390.c348 if (ei_local->tx1 == 0) { in __ei_start_xmit()
350 ei_local->tx1 = send_length; in __ei_start_xmit()
360 ei_local->tx1 > 0) in __ei_start_xmit()
363 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
367 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
389 ei_local->tx1 = -1; in __ei_start_xmit()
398 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
594 if (ei_local->tx1 < 0) { in ei_tx_intr()
597 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr()
598 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
Daxnet_cs.c991 if (ei_local->tx1 == 0) in axnet_start_xmit()
994 ei_local->tx1 = send_length; in axnet_start_xmit()
1007 ei_local->tx1 > 0) in axnet_start_xmit()
1010 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit()
1017 ei_local->tx1, ei_local->tx2, in axnet_start_xmit()
1048 ei_local->tx1 = -1; in axnet_start_xmit()
1059 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1263 if (ei_local->tx1 < 0) in ei_tx_intr()
1268 ei_local->tx1); in ei_tx_intr()
1269 ei_local->tx1 = 0; in ei_tx_intr()
[all …]
D8390.h96 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member