Home
last modified time | relevance | path

Searched refs:txing (Results 1 – 25 of 34) sorted by relevance

12

/drivers/net/
D3c501.c349 lp->txing = 0; /* Board in RX mode */ in el_open()
378 lp->txing = 0; /* Ripped back in to RX */ in el_timeout()
451 lp->txing = 1; in el_start_xmit()
539 if (lp->loading == 1 && !lp->txing) in el_interrupt()
543 if (lp->txing) { in el_interrupt()
576 lp->txing = 0; in el_interrupt()
585 lp->txing = 0; in el_interrupt()
618 lp->txing = 0; in el_interrupt()
764 lp->txing = 0; in el_reset()
Dlib8390.c352 dev->name, ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
360 dev->name, ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
384 if (! ei_local->txing) in __ei_start_xmit()
386 ei_local->txing = 1; in __ei_start_xmit()
614 ei_local->txing = 1; in ei_tx_intr()
620 else ei_local->lasttx = 20, ei_local->txing = 0; in ei_tx_intr()
630 ei_local->txing = 1; in ei_tx_intr()
637 ei_local->lasttx = 10, ei_local->txing = 0; in ei_tx_intr()
1090 ei_local->txing = 0; in __NS8390_init()
D3c501.h34 int txing; /* True if card is in TX mode */ member
D8390.h88 unsigned txing:1; /* Transmit Active */ member
Dmac8390.c658 ei_status.txing = 0; in mac8390_no_reset()
669 ei_status.txing = 0; in interlan_reset()
Dne3210.c254 ei_status.txing = 0; in ne3210_reset_8390()
Dac3200.c295 ei_status.txing = 0; in ac_reset_8390()
Des3210.c319 ei_status.txing = 0; in es_reset_8390()
Dlne390.c307 ei_status.txing = 0; in lne390_reset_8390()
Dsmc-ultra32.c335 ei_status.txing = 0; in ultra32_reset_8390()
De2100.c326 ei_status.txing = 0; in e21_reset_8390()
Dsmc-mca.c456 ei_status.txing = 0; in ultramca_reset_8390()
Dhp.c232 ei_status.txing = 0; in hp_reset_8390()
Dzorro8390.c288 ei_status.txing = 0; in zorro8390_reset_8390()
Dhp-plus.c344 ei_status.txing = 0; in hpp_reset_8390()
Dapne.c362 ei_status.txing = 0; in apne_reset_8390()
Dwd.c390 ei_status.txing = 0; in wd_reset_8390()
Dsmc-ultra.c417 ei_status.txing = 0; in ultra_reset_8390()
Dne2.c519 ei_status.txing = 0; in ne_reset_8390()
Dne-h8300.c382 ei_status.txing = 0; in ne_reset_8390()
/drivers/net/pcmcia/
Daxnet_cs.c574 ei_status.txing = ei_status.dmaing = 0; in axnet_reset_8390()
1101 dev->name, ei_local->tx2, ei_local->lasttx, ei_local->txing); in axnet_start_xmit()
1109 dev->name, ei_local->tx1, ei_local->lasttx, ei_local->txing); in axnet_start_xmit()
1138 if (! ei_local->txing) in axnet_start_xmit()
1140 ei_local->txing = 1; in axnet_start_xmit()
1363 ei_local->txing = 1; in ei_tx_intr()
1369 else ei_local->lasttx = 20, ei_local->txing = 0; in ei_tx_intr()
1379 ei_local->txing = 1; in ei_tx_intr()
1386 ei_local->lasttx = 10, ei_local->txing = 0; in ei_tx_intr()
1784 ei_local->txing = 0; in AX88190_init()
/drivers/atm/
Dzatm.h53 int txing; /* number of transmits in progress */ member
Deni.c1169 ENI_VCC(vcc)->txing += size; in do_tx()
1220 if (ENI_VCC(vcc)->txing < tx->words && ENI_PRV_POS(skb) == in dequeue_tx()
1225 ENI_VCC(vcc)->txing -= ENI_PRV_SIZE(skb); in dequeue_tx()
1376 ENI_VCC(vcc)->txing = 0; in open_tx_first()
1401 int txing; in close_tx() local
1404 txing = skb_peek(&eni_vcc->tx->backlog) || eni_vcc->txing; in close_tx()
1406 if (!txing) break; in close_tx()
1407 DPRINTK("%d TX left\n",eni_vcc->txing); in close_tx()
2189 eni_vcc->tx->index,eni_vcc->txing); in eni_proc_read()
Deni.h60 int txing; /* number of pending TX bytes */ member
Dzatm.c644 if (zatm_vcc->txing == RING_ENTRIES-1) { in do_tx()
648 zatm_vcc->txing++; in do_tx()
727 zatm_vcc->txing--; in dequeue_tx()
962 zatm_vcc->txing = 0; in open_tx_first()

12