Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
D8390.c310 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()
[all …]
D8390.h76 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/linux-2.4.37.9/drivers/net/pcmcia/
Daxnet_cs.c1248 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()
[all …]