Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dlib8390.c354 ei_local->tx2, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
362 ei_local->tx1, ei_local->lasttx, ei_local->txing); in __ei_start_xmit()
384 if (!ei_local->txing) { in __ei_start_xmit()
385 ei_local->txing = 1; in __ei_start_xmit()
599 ei_local->txing = 1; in ei_tx_intr()
606 ei_local->txing = 0; in ei_tx_intr()
614 ei_local->txing = 1; in ei_tx_intr()
621 ei_local->txing = 0; in ei_tx_intr()
1059 ei_local->txing = 0; in __NS8390_init()
H A Daxnet_cs.c524 ei_status.txing = ei_status.dmaing = 0; in axnet_reset_8390()
1000 ei_local->txing); in axnet_start_xmit()
1011 ei_local->txing); in axnet_start_xmit()
1041 if (! ei_local->txing) in axnet_start_xmit()
1043 ei_local->txing = 1; in axnet_start_xmit()
1272 ei_local->txing = 1; in ei_tx_intr()
1279 ei_local->txing = 0; in ei_tx_intr()
1291 ei_local->txing = 1; in ei_tx_intr()
1298 ei_local->txing = 0; in ei_tx_intr()
1671 ei_local->txing = 0; in AX88190_init()
H A D8390.h91 unsigned txing:1; /* Transmit Active */ member
H A Dmac8390.c634 ei_status.txing = 0; in mac8390_no_reset()
645 ei_status.txing = 0; in interlan_reset()
H A Dzorro8390.c90 ei_status.txing = 0; in zorro8390_reset_8390()
H A Dmcf8390.c159 ei_status.txing = 0; in mcf8390_reset_8390()
H A Dapne.c360 ei_status.txing = 0; in apne_reset_8390()
H A Dsmc-ultra.c426 ei_status.txing = 0; in ultra_reset_8390()
H A Dwd.c397 ei_status.txing = 0; in wd_reset_8390()
H A Dne2k-pci.c482 ei_status.txing = 0; in ne2k_pci_reset_8390()
H A Dne.c556 ei_status.txing = 0; in ne_reset_8390()
H A Dax88796.c156 ei_local->txing = 0; in ax_reset_8390()
H A Dpcnet_cs.c967 ei_status.txing = ei_status.dmaing = 0; in pcnet_reset_8390()
/openbmc/linux/drivers/atm/
H A Deni.h62 int txing; /* number of pending TX bytes */ member
H A 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()
2182 eni_vcc->tx->index,eni_vcc->txing); in eni_proc_read()
H A Dfore200e.h616 … int txing; /* number of pending PDUs in tx queue */ member
H A Dfore200e.c775 if (fore200e->host_txq.txing == 0) in fore200e_tx_irq()
852 fore200e->host_txq.txing--; in fore200e_tx_irq()
1561 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()
1612 txq->txing++; in fore200e_send()
H A Diphase.h209 int txing; member
H A Diphase.c1779 ia_vcc->txing = 1;
2898 if (!iavcc->txing) {