/Linux-v4.19/drivers/net/ethernet/amd/ |
D | atarilance.c | 227 long tx_full; member 687 lp->tx_full = 0; in lance_init_ring() 748 lp->tx_full ? " (full)" : "", in lance_tx_timeout() 840 lp->tx_full = 1; in lance_start_xmit() 922 dirty_tx, lp->cur_tx, lp->tx_full )); in lance_interrupt() 927 if (lp->tx_full && (netif_queue_stopped(dev)) && in lance_interrupt() 930 lp->tx_full = 0; in lance_interrupt()
|
D | ariadne.c | 94 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()
|
D | au1000_eth.h | 97 u32 tx_full; member
|
D | 7990.c | 176 lp->tx_full = 0; in lance_init_ring() 484 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) { in lance_interrupt() 485 lp->tx_full = 0; in lance_interrupt() 589 lp->tx_full = 1; in lance_start_xmit()
|
D | au1000_eth.c | 627 aup->tx_full = 0; in au1000_reset_mac_unlocked() 911 if (aup->tx_full) { in au1000_tx_ack() 912 aup->tx_full = 0; in au1000_tx_ack() 1011 aup->tx_full = 1; in au1000_tx() 1018 if (aup->tx_full) { in au1000_tx() 1019 aup->tx_full = 0; in au1000_tx()
|
D | 7990.h | 127 char tx_full; member
|
D | sun3lance.c | 156 long tx_full; member 460 lp->tx_full = 0; in lance_init_ring() 544 lp->tx_full ? " (full)" : "", in lance_start_xmit()
|
D | pcnet32.c | 289 char tx_full; member 1380 dirty_tx, lp->cur_tx, lp->tx_full); in pcnet32_tx() 1385 if (lp->tx_full && in pcnet32_tx() 1389 lp->tx_full = 0; in pcnet32_tx() 2369 lp->tx_full = 0; in pcnet32_init_ring() 2474 lp->dirty_tx, lp->cur_tx, lp->tx_full ? " (full)" : "", in pcnet32_tx_timeout() 2549 lp->tx_full = 1; in pcnet32_start_xmit()
|
/Linux-v4.19/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 328 unsigned int tx_full:1; /* The Tx queue is full. */ member 724 yp->tx_full = 0; in yellowfin_init_ring() 875 yp->tx_full = 1; in yellowfin_start_xmit() 931 if (yp->tx_full && in yellowfin_interrupt() 934 yp->tx_full = 0; in yellowfin_interrupt() 995 dirty_tx, yp->cur_tx, yp->tx_full); in yellowfin_interrupt() 1000 if (yp->tx_full && in yellowfin_interrupt() 1003 yp->tx_full = 0; in yellowfin_interrupt()
|
D | hamachi.c | 497 unsigned int tx_full:1; /* The Tx queue is full. */ member 1108 hmp->tx_full = 0; in hamachi_tx_timeout() 1162 hmp->tx_full = 0; in hamachi_init_ring() 1216 if (hmp->tx_full) { in hamachi_start_xmit() 1276 hmp->tx_full = 1; in hamachi_start_xmit() 1326 if (hmp->tx_full){ in hamachi_interrupt() 1351 hmp->tx_full = 0; in hamachi_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | epic100.c | 284 unsigned int tx_full:1; /* The Tx queue is full. */ member 887 if (!ep->tx_full) in epic_tx_timeout() 897 ep->tx_full = 0; in epic_init_ring() 968 ep->tx_full = 1; in epic_start_xmit() 976 if (ep->tx_full) in epic_start_xmit() 1047 dirty_tx, cur_tx, ep->tx_full); in epic_tx() 1052 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) { in epic_tx() 1054 ep->tx_full = 0; in epic_tx()
|
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c515.c | 322 tx_full:1; member 979 vp->full_bus_master_tx, vp->tx_full, vp->dirty_tx, in corkscrew_timeout() 1018 if (vp->tx_full) /* No room to transmit with */ in corkscrew_start_xmit() 1052 vp->tx_full = 1; in corkscrew_start_xmit() 1187 if (lp->tx_full && (lp->cur_tx - dirty_tx <= TX_RING_SIZE - 1)) { in corkscrew_interrupt() 1188 lp->tx_full = 0; in corkscrew_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/ |
D | korina.c | 126 int tx_full; member 213 lp->tx_full = 1; in korina_send_packet() 534 if (lp->tx_full == 1) { in korina_tx() 536 lp->tx_full = 0; in korina_tx() 756 lp->tx_full = lp->tx_count = 0; in korina_alloc_ring()
|
/Linux-v4.19/drivers/net/ethernet/dec/tulip/ |
D | winbond-840.c | 316 unsigned int tx_full; /* The Tx queue is full. */ member 830 np->tx_full = 0; in init_rxtx_rings() 945 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout() 1047 np->tx_full = 1; in start_tx() 1098 if (np->tx_full && in netdev_tx_done() 1102 np->tx_full = 0; in netdev_tx_done()
|
/Linux-v4.19/drivers/net/ethernet/sis/ |
D | sis900.c | 191 unsigned int tx_full; /* The Tx queue is full. */ member 1127 sis_priv->tx_full = 0; in sis900_init_tx_ring() 1570 sis_priv->tx_full = 0; in sis900_tx_timeout() 1633 sis_priv->tx_full = 1; in sis900_start_xmit() 1640 sis_priv->tx_full = 1; in sis900_start_xmit() 1936 if (sis_priv->tx_full && netif_queue_stopped(net_dev) && in sis900_finish_xmit() 1940 sis_priv->tx_full = 0; in sis900_finish_xmit()
|
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunqe.c | 550 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-v4.19/drivers/net/hippi/ |
D | rrunner.c | 617 rrpriv->tx_full = 0; in rr_init1() 1090 if (rrpriv->tx_full && rr_if_busy(dev) && in rr_interrupt() 1093 rrpriv->tx_full = 0; in rr_interrupt() 1448 rrpriv->tx_full = 1; in rr_start_xmit()
|
D | rrunner.h | 820 u32 tx_full; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | htc.h | 342 enum htc_send_full_action (*tx_full) (struct htc_target *, member
|
D | htc_pipe.c | 352 (ep->ep_cb.tx_full == NULL)) { in htc_try_send() 387 action = ep->ep_cb.tx_full(ep->target, packet); in htc_try_send()
|
D | htc_mbox.c | 988 if (overflow && ep_cb.tx_full) { in ath6kl_htc_tx_try() 989 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try() 2715 connect.ep_cb.tx_full = NULL; in ath6kl_htc_mbox_wait_target()
|
D | init.c | 334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
|