Searched refs:tx_full (Results 1 - 25 of 29) sorted by relevance

12

/drivers/net/ethernet/amd/
H A Dau1000_eth.h98 u32 tx_full; member in struct:au1000_private
H A Datarilance.c227 long tx_full; member in struct:lance_private
691 lp->tx_full = 0;
752 lp->tx_full ? " (full)" : "",
844 lp->tx_full = 1;
926 dirty_tx, lp->cur_tx, lp->tx_full ));
931 if (lp->tx_full && (netif_queue_stopped(dev)) &&
934 lp->tx_full = 0;
H A D7990.c177 lp->tx_full = 0;
479 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) {
480 lp->tx_full = 0;
582 lp->tx_full = 1;
H A D7990.h128 char tx_full; member in struct:lance_private
H A Dariadne.c93 char tx_full; member in struct:ariadne_private
123 priv->tx_full = 0;
348 priv->tx_full);
353 if (priv->tx_full && netif_queue_stopped(dev) &&
356 priv->tx_full = 0;
614 priv->tx_full = 1;
H A Dau1000_eth.c509 aup->tx_full = 0;
819 if (aup->tx_full) {
820 aup->tx_full = 0;
919 aup->tx_full = 1;
926 if (aup->tx_full) {
927 aup->tx_full = 0;
H A Dsun3lance.c155 long tx_full; member in struct:lance_private
460 lp->tx_full = 0;
544 lp->tx_full ? " (full)" : "",
H A Dpcnet32.c289 char tx_full; member in struct:pcnet32_private
1298 dirty_tx, lp->cur_tx, lp->tx_full);
1303 if (lp->tx_full &&
1307 lp->tx_full = 0;
2267 lp->tx_full = 0;
2363 lp->dirty_tx, lp->cur_tx, lp->tx_full ? " (full)" : "",
2433 lp->tx_full = 1;
/drivers/staging/cxt1e1/
H A Dmusycc.c254 pr_info("++ User 0x%p IRQ_SRV 0x%p USR_ADD 0x%p QStopped %x, start_tx %x tx_full %d txd_free %d mode %x\n",
257 ch->ch_start_tx, ch->tx_full, ch->txd_free, ch->p.chan_mode);
344 if (ch->tx_full)
346 ch->tx_full = 0;
961 pr_info("++ User 0x%p IRQ_SRV 0x%p USR_ADD 0x%p QStopped %x, start_tx %x tx_full %d txd_free %d mode %x\n",
964 ch->ch_start_tx, ch->tx_full, ch->txd_free, ch->p.chan_mode);
1009 pr_info("~~ tx_eom: tx_full %x txd_free %d -> %d\n",
1010 ch->tx_full, ch->txd_free, ch->txd_free + 1);
1037 if (ch->tx_full && (ch->txd_free >= (ch->txd_num / 2)))
1049 pr_info("tx_eom[%d]: enable xmit tx_full n
[all...]
H A Dpmcc4_private.h83 char tx_full; /* boolean */ member in struct:c4_chan_info
/drivers/staging/sbe-2t3e3/
H A Dmain.c70 sc->ether.tx_full = 1;
H A Dintr.c388 if (sc->ether.tx_full &&
390 sc->ether.tx_full = 0;
/drivers/net/irda/
H A Dau1k_ir.c161 u32 tx_full; member in struct:au1k_private
434 if (aup->tx_full) {
435 aup->tx_full = 0;
653 printk(KERN_DEBUG "%s: tx_full\n", dev->name);
655 aup->tx_full = 1;
658 printk(KERN_DEBUG "%s: tx_full\n", dev->name);
660 aup->tx_full = 1;
710 aup->tx_full = 0;
/drivers/net/ethernet/3com/
H A D3c515.c322 tx_full:1; member in struct:corkscrew_private
979 vp->full_bus_master_tx, vp->tx_full, vp->dirty_tx,
1018 if (vp->tx_full) /* No room to transmit with */
1027 /* vp->tx_full = 1; */
1052 vp->tx_full = 1;
1187 if (lp->tx_full && (lp->cur_tx - dirty_tx <= TX_RING_SIZE - 1)) {
1188 lp->tx_full = 0;
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c183 the 'yp->tx_full' flag.
187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it
188 clears both the tx_full and tbusy flags.
328 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:yellowfin_private
732 yp->tx_full = 0;
883 yp->tx_full = 1;
939 if (yp->tx_full &&
942 yp->tx_full = 0;
1003 dirty_tx, yp->cur_tx, yp->tx_full);
1008 if (yp->tx_full
[all...]
H A Dhamachi.c273 the 'hmp->tx_full' flag.
277 empty by incrementing the dirty_tx mark. Iff the 'hmp->tx_full' flag is set, it
278 clears both the tx_full and tbusy flags.
353 were available before reseting the tbusy and tx_full flags
497 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:hamachi_private
1118 hmp->tx_full = 0;
1172 hmp->tx_full = 0;
1226 if (hmp->tx_full) {
1286 hmp->tx_full = 1;
1336 if (hmp->tx_full){
[all...]
/drivers/net/ethernet/smsc/
H A Depic100.c288 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:epic_private
909 if (!ep->tx_full)
919 ep->tx_full = 0;
989 ep->tx_full = 1;
997 if (ep->tx_full)
1071 dev->name, dirty_tx, cur_tx, ep->tx_full);
1076 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) {
1078 ep->tx_full = 0;
/drivers/net/ethernet/freescale/
H A Dfec.c228 uint tx_full; member in struct:fec_enet_private
363 fep->tx_full = 1;
572 if (bdp == fep->cur_tx && fep->tx_full == 0)
621 if (fep->tx_full) {
622 fep->tx_full = 0;
/drivers/net/ethernet/
H A Dkorina.c122 int tx_full; member in struct:korina_private
211 lp->tx_full = 1;
535 if (lp->tx_full == 1) {
537 lp->tx_full = 0;
756 lp->tx_full = lp->tx_count = 0;
/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c316 unsigned int tx_full; /* The Tx queue is full. */ member in struct:netdev_private
837 np->tx_full = 0;
951 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes);
1053 np->tx_full = 1;
1104 if (np->tx_full &&
1108 np->tx_full = 0;
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h324 enum htc_send_full_action (*tx_full) (struct htc_target *, member in struct:htc_ep_callbacks
/drivers/net/ethernet/sun/
H A Dsunqe.c551 int tx_full; local
559 tx_full = TX_BUFFS_AVAIL(qep) <= 0;
563 if (! tx_full)
/drivers/net/ethernet/sis/
H A Dsis900.c188 unsigned int tx_full; /* The Tx queue is full. */ member in struct:sis900_private
1118 sis_priv->tx_full = 0;
1561 sis_priv->tx_full = 0;
1622 sis_priv->tx_full = 1;
1629 sis_priv->tx_full = 1;
1916 if (sis_priv->tx_full && netif_queue_stopped(net_dev) &&
1918 /* The ring is no longer full, clear tx_full and schedule
1920 sis_priv->tx_full = 0;
/drivers/net/hippi/
H A Drrunner.c629 rrpriv->tx_full = 0;
1102 if (rrpriv->tx_full && rr_if_busy(dev) &&
1105 rrpriv->tx_full = 0;
1463 rrpriv->tx_full = 1;
H A Drrunner.h819 u32 tx_full; member in struct:rr_private

Completed in 677 milliseconds

12