Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/8390/
Dlib8390.c352 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
360 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
382 if (!ei_local->txing) { in __ei_start_xmit()
383 ei_local->txing = 1; in __ei_start_xmit()
597 ei_local->txing = 1; in ei_tx_intr()
603 ei_local->lasttx = 20, ei_local->txing = 0; in ei_tx_intr()
610 ei_local->txing = 1; in ei_tx_intr()
616 ei_local->lasttx = 10, ei_local->txing = 0; in ei_tx_intr()
1052 ei_local->txing = 0; in __NS8390_init()
Daxnet_cs.c524 ei_status.txing = ei_status.dmaing = 0; in axnet_reset_8390()
999 ei_local->txing); in axnet_start_xmit()
1010 ei_local->txing); in axnet_start_xmit()
1040 if (! ei_local->txing) in axnet_start_xmit()
1042 ei_local->txing = 1; in axnet_start_xmit()
1271 ei_local->txing = 1; in ei_tx_intr()
1277 else ei_local->lasttx = 20, ei_local->txing = 0; in ei_tx_intr()
1288 ei_local->txing = 1; in ei_tx_intr()
1295 ei_local->lasttx = 10, ei_local->txing = 0; in ei_tx_intr()
1667 ei_local->txing = 0; in AX88190_init()
D8390.h81 unsigned txing:1; /* Transmit Active */ member
Dmac8390.c651 ei_status.txing = 0; in mac8390_no_reset()
662 ei_status.txing = 0; in interlan_reset()
Dzorro8390.c97 ei_status.txing = 0; in zorro8390_reset_8390()
Dmcf8390.c162 ei_status.txing = 0; in mcf8390_reset_8390()
Dapne.c371 ei_status.txing = 0; in apne_reset_8390()
Dsmc-ultra.c426 ei_status.txing = 0; in ultra_reset_8390()
Dwd.c397 ei_status.txing = 0; in wd_reset_8390()
Dne2k-pci.c465 ei_status.txing = 0; in ne2k_pci_reset_8390()
Dne.c576 ei_status.txing = 0; in ne_reset_8390()
Dax88796.c155 ei_local->txing = 0; in ax_reset_8390()
Dpcnet_cs.c958 ei_status.txing = ei_status.dmaing = 0; in pcnet_reset_8390()
/linux-4.4.14/drivers/atm/
Dzatm.h53 int txing; /* number of transmits in progress */ member
Deni.h61 int txing; /* number of pending TX bytes */ member
Deni.c1172 ENI_VCC(vcc)->txing += size; in do_tx()
1223 if (ENI_VCC(vcc)->txing < tx->words && ENI_PRV_POS(skb) == in dequeue_tx()
1228 ENI_VCC(vcc)->txing -= ENI_PRV_SIZE(skb); in dequeue_tx()
1379 ENI_VCC(vcc)->txing = 0; in open_tx_first()
1404 int txing; in close_tx() local
1407 txing = skb_peek(&eni_vcc->tx->backlog) || eni_vcc->txing; in close_tx()
1409 if (!txing) break; in close_tx()
1410 DPRINTK("%d TX left\n",eni_vcc->txing); in close_tx()
2196 eni_vcc->tx->index,eni_vcc->txing); in eni_proc_read()
Dzatm.c645 if (zatm_vcc->txing == RING_ENTRIES-1) { in do_tx()
649 zatm_vcc->txing++; in do_tx()
728 zatm_vcc->txing--; in dequeue_tx()
963 zatm_vcc->txing = 0; in open_tx_first()
Dfore200e.h615 … int txing; /* number of pending PDUs in tx queue */ member
Dfore200e.c861 if (fore200e->host_txq.txing == 0) in fore200e_tx_irq()
943 fore200e->host_txq.txing--; in fore200e_tx_irq()
1644 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()
1688 txq->txing++; in fore200e_send()
Diphase.h210 int txing; member
Diphase.c1777 ia_vcc->txing = 1;
2906 if (!iavcc->txing) {