Searched refs:tx1 (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/8390/ |
D | lib8390.c | 345 if (ei_local->tx1 == 0) { in __ei_start_xmit() 347 ei_local->tx1 = send_length; in __ei_start_xmit() 357 ei_local->tx1 > 0) in __ei_start_xmit() 360 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit() 364 ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit() 386 ei_local->tx1 = -1; in __ei_start_xmit() 395 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit() 591 if (ei_local->tx1 < 0) { in ei_tx_intr() 594 ei_local->name, ei_local->lasttx, ei_local->tx1); in ei_tx_intr() 595 ei_local->tx1 = 0; in ei_tx_intr() [all …]
|
D | axnet_cs.c | 990 if (ei_local->tx1 == 0) in axnet_start_xmit() 993 ei_local->tx1 = send_length; in axnet_start_xmit() 1006 ei_local->tx1 > 0) in axnet_start_xmit() 1009 ei_local->tx1, ei_local->lasttx, in axnet_start_xmit() 1016 ei_local->tx1, ei_local->tx2, in axnet_start_xmit() 1047 ei_local->tx1 = -1; in axnet_start_xmit() 1058 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit() 1262 if (ei_local->tx1 < 0) in ei_tx_intr() 1267 ei_local->tx1); in ei_tx_intr() 1268 ei_local->tx1 = 0; in ei_tx_intr() [all …]
|
D | 8390.h | 88 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
|