Home
last modified time | relevance | path

Searched refs:tx_full (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A Datarilance.c228 long tx_full; member
688 lp->tx_full = 0; in lance_init_ring()
749 lp->tx_full ? " (full)" : "", in lance_tx_timeout()
842 lp->tx_full = 1; in lance_start_xmit()
924 dirty_tx, lp->cur_tx, lp->tx_full )); in lance_interrupt()
929 if (lp->tx_full && (netif_queue_stopped(dev)) && in lance_interrupt()
932 lp->tx_full = 0; in lance_interrupt()
H A Dariadne.c94 char tx_full; member
124 priv->tx_full = 0; in ariadne_init_ring()
348 priv->tx_full); in ariadne_interrupt()
353 if (priv->tx_full && netif_queue_stopped(dev) && in ariadne_interrupt()
356 priv->tx_full = 0; in ariadne_interrupt()
614 priv->tx_full = 1; in ariadne_start_xmit()
H A D7990.c177 lp->tx_full = 0; in lance_init_ring()
485 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) { in lance_interrupt()
486 lp->tx_full = 0; in lance_interrupt()
590 lp->tx_full = 1; in lance_start_xmit()
H A Dau1000_eth.c596 aup->tx_full = 0; in au1000_reset_mac_unlocked()
877 if (aup->tx_full) { in au1000_tx_ack()
878 aup->tx_full = 0; in au1000_tx_ack()
974 aup->tx_full = 1; in au1000_tx()
981 if (aup->tx_full) { in au1000_tx()
982 aup->tx_full = 0; in au1000_tx()
H A Dau1000_eth.h80 u32 tx_full; member
H A D7990.h127 char tx_full; member
H A Dsun3lance.c157 long tx_full; member
456 lp->tx_full = 0; in lance_init_ring()
541 lp->tx_full ? " (full)" : "", in lance_start_xmit()
H A Dpcnet32.c285 char tx_full; member
1374 dirty_tx, lp->cur_tx, lp->tx_full); in pcnet32_tx()
1379 if (lp->tx_full && in pcnet32_tx()
1383 lp->tx_full = 0; in pcnet32_tx()
2365 lp->tx_full = 0; in pcnet32_init_ring()
2469 lp->dirty_tx, lp->cur_tx, lp->tx_full ? " (full)" : "", in pcnet32_tx_timeout()
2545 lp->tx_full = 1; in pcnet32_start_xmit()
/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c328 unsigned int tx_full:1; /* The Tx queue is full. */ member
731 yp->tx_full = 0; in yellowfin_init_ring()
886 yp->tx_full = 1; in yellowfin_start_xmit()
943 if (yp->tx_full && in yellowfin_interrupt()
946 yp->tx_full = 0; in yellowfin_interrupt()
1007 dirty_tx, yp->cur_tx, yp->tx_full); in yellowfin_interrupt()
1012 if (yp->tx_full && in yellowfin_interrupt()
1015 yp->tx_full = 0; in yellowfin_interrupt()
H A Dhamachi.c497 unsigned int tx_full:1; /* The Tx queue is full. */ member
1115 hmp->tx_full = 0; in hamachi_tx_timeout()
1171 hmp->tx_full = 0; in hamachi_init_ring()
1227 if (hmp->tx_full) { in hamachi_start_xmit()
1289 hmp->tx_full = 1; in hamachi_start_xmit()
1339 if (hmp->tx_full){ in hamachi_interrupt()
1364 hmp->tx_full = 0; in hamachi_interrupt()
/linux/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c306 unsigned int tx_full; /* The Tx queue is full. */ member
820 np->tx_full = 0; in init_rxtx_rings()
932 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1034 np->tx_full = 1; in start_tx()
1084 if (np->tx_full && in netdev_tx_done()
1088 np->tx_full = 0; in netdev_tx_done()
/linux/drivers/net/ethernet/
H A Dkorina.c360 int tx_full; member
437 lp->tx_full = 1; in korina_send_packet()
775 if (lp->tx_full == 1) { in korina_tx()
777 lp->tx_full = 0; in korina_tx()
1003 lp->tx_full = lp->tx_count = 0; in korina_alloc_ring()
/linux/drivers/net/ethernet/sis/
H A Dsis900.c187 unsigned int tx_full; /* The Tx queue is full. */ member
1126 sis_priv->tx_full = 0; in sis900_init_tx_ring()
1573 sis_priv->tx_full = 0; in sis900_tx_timeout()
1637 sis_priv->tx_full = 1; in sis900_start_xmit()
1644 sis_priv->tx_full = 1; in sis900_start_xmit()
1942 if (sis_priv->tx_full && netif_queue_stopped(net_dev) && in sis900_finish_xmit()
1946 sis_priv->tx_full = 0; in sis900_finish_xmit()
/linux/drivers/net/ethernet/sun/
H A Dsunqe.c550 int tx_full; in qe_tx_timeout() local
558 tx_full = TX_BUFFS_AVAIL(qep) <= 0; in qe_tx_timeout()
562 if (! tx_full) in qe_tx_timeout()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h349 enum htc_send_full_action (*tx_full) (struct htc_target *, member
H A Dhtc_pipe.c351 (ep->ep_cb.tx_full == NULL)) { in htc_try_send()
386 action = ep->ep_cb.tx_full(ep->target, packet); in htc_try_send()
H A Dhtc_mbox.c987 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try()
988 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try()
2711 connect.ep_cb.tx_full = NULL; in ath6kl_htc_mbox_wait_target()
H A Dinit.c334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()