Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dlib8390.c351 if (ei_debug && ei_local->tx2 > 0) in __ei_start_xmit()
353 dev->name, ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
355 else if (ei_local->tx2 == 0) in __ei_start_xmit()
358 ei_local->tx2 = send_length; in __ei_start_xmit()
367 dev->name, ei_local->tx1, ei_local->tx2, ei_local->lasttx); in __ei_start_xmit()
396 ei_local->tx2 = -1; in __ei_start_xmit()
402 if (ei_local->tx1 && ei_local->tx2) in __ei_start_xmit()
612 if (ei_local->tx2 > 0) in ei_tx_intr()
615 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
617 ei_local->tx2 = -1, in ei_tx_intr()
[all …]
D8390.h95 short tx1, tx2; /* Packet lengths for ping-pong tx. */ member
/linux-2.6.39/drivers/staging/iio/accel/
Dkxsd9.c271 u8 *tx2; in kxsd9_power_up() local
278 tx2 = kmalloc(2, GFP_KERNEL); in kxsd9_power_up()
279 if (tx2 == NULL) { in kxsd9_power_up()
286 tx2[0] = 0x0c; in kxsd9_power_up()
287 tx2[1] = 0x9b; in kxsd9_power_up()
290 xfers[1].tx_buf = tx2; in kxsd9_power_up()
296 kfree(tx2); in kxsd9_power_up()
/linux-2.6.39/drivers/net/pcmcia/
Daxnet_cs.c1014 if (ei_debug && ei_local->tx2 > 0) in axnet_start_xmit()
1017 ei_local->tx2, ei_local->lasttx, in axnet_start_xmit()
1020 else if (ei_local->tx2 == 0) in axnet_start_xmit()
1023 ei_local->tx2 = send_length; in axnet_start_xmit()
1035 ei_local->tx1, ei_local->tx2, in axnet_start_xmit()
1071 ei_local->tx2 = -1; in axnet_start_xmit()
1077 if (ei_local->tx1 && ei_local->tx2) in axnet_start_xmit()
1290 if (ei_local->tx2 > 0) in ei_tx_intr()
1293 NS8390_trigger_send(dev, ei_local->tx2, ei_local->tx_start_page + 6); in ei_tx_intr()
1295 ei_local->tx2 = -1, in ei_tx_intr()
[all …]