Searched refs:tx_full (Results 1 - 25 of 28) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c117 uint tx_full; member in struct:scc_enet_private
179 * This should not happen, since cep->tx_full should be set.
227 cep->tx_full = 1;
249 cep->cur_tx, cep->tx_full ? " (full)" : "",
267 if (!cep->tx_full)
311 if ((bdp==cep->cur_tx) && (cep->tx_full == 0))
367 if (cep->tx_full) {
368 cep->tx_full = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c72 * finished otherwise it sets the 'lp->tx_full' flag.
144 uint tx_full; member in struct:scc_enet_private
261 cep->tx_full = 1;
283 cep->cur_tx, cep->tx_full ? " (full)" : "",
299 if (!cep->tx_full)
343 if ((bdp==cep->cur_tx) && (cep->tx_full == 0))
399 if (cep->tx_full) {
400 cep->tx_full = 0;
H A Dfec.c166 uint tx_full; member in struct:fec_enet_private
417 fep->tx_full = 1;
440 (unsigned long)fep->cur_tx, fep->tx_full ? " (full)" : "",
467 if (!fep->tx_full)
549 if (bdp == fep->cur_tx && fep->tx_full == 0) break;
606 if (fep->tx_full) {
607 fep->tx_full = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
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.
329 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:yellowfin_private
729 yp->tx_full = 0;
877 yp->tx_full = 1;
934 if (yp->tx_full
937 yp->tx_full = 0;
999 dev->name, dirty_tx, yp->cur_tx, yp->tx_full);
1004 if (yp->tx_full
[all...]
H A Dpcnet32.c284 char tx_full; member in struct:pcnet32_private
1364 lp->tx_full);
1369 if (lp->tx_full &&
1373 lp->tx_full = 0;
2369 lp->tx_full = 0;
2469 lp->dirty_tx, lp->cur_tx, lp->tx_full ? " (full)" : "",
2542 lp->tx_full = 1;
H A Drrunner.c621 rrpriv->tx_full = 0;
1095 if (rrpriv->tx_full && rr_if_busy(dev) &&
1098 rrpriv->tx_full = 0;
1455 rrpriv->tx_full = 1;
H A Drrunner.h819 u32 tx_full; member in struct:rr_private
H A Dsis900.c139 unsigned int tx_full; /* The Tx queue is full. */ member in struct:sis900_private
1053 sis_priv->tx_full = 0;
1470 sis_priv->tx_full = 0;
1532 sis_priv->tx_full = 1;
1539 sis_priv->tx_full = 1;
1829 if (sis_priv->tx_full && netif_queue_stopped(net_dev) &&
1831 /* The ring is no longer full, clear tx_full and schedule
1833 sis_priv->tx_full = 0;
H A Dsun3lance.c157 long tx_full; member in struct:lance_private
459 lp->tx_full = 0;
543 lp->tx_full ? " (full)" : "",
H A Dsunqe.c550 int tx_full; local
558 tx_full = TX_BUFFS_AVAIL(qep) <= 0;
562 if (! tx_full)
H A D3c515.c322 tx_full:1; member in struct:corkscrew_private
969 vp->full_bus_master_tx, vp->tx_full, vp->dirty_tx,
1008 if (vp->tx_full) /* No room to transmit with */
1017 /* vp->tx_full = 1; */
1042 vp->tx_full = 1;
1179 if (lp->tx_full && (lp->cur_tx - dirty_tx <= TX_RING_SIZE - 1)) {
1180 lp->tx_full = 0;
H A D7990.c179 lp->tx_full = 0;
484 if (lp->tx_full && netif_queue_stopped(dev) && (TX_BUFFS_AVAIL >= 0)) {
485 lp->tx_full = 0;
586 lp->tx_full = 1;
H A D7990.h129 char tx_full; member in struct:lance_private
H A Dariadne.c102 char tx_full; member in struct:ariadne_private
338 priv->tx_full = 0;
481 "full=%d.\n", dirty_tx, priv->cur_tx, priv->tx_full);
486 if (priv->tx_full && netif_queue_stopped(dev) &&
489 priv->tx_full = 0;
585 priv->tx_full = 1;
H A Datarilance.c229 long tx_full; member in struct:lance_private
697 lp->tx_full = 0;
758 lp->tx_full ? " (full)" : "",
856 lp->tx_full = 1;
937 dirty_tx, lp->cur_tx, lp->tx_full ));
942 if (lp->tx_full && (netif_queue_stopped(dev))
945 lp->tx_full = 0;
H A Dau1000_eth.c472 aup->tx_full = 0;
1083 if (aup->tx_full) {
1084 aup->tx_full = 0;
1113 aup->tx_full = 1;
1121 if (aup->tx_full) {
1122 aup->tx_full = 0;
H A Dau1000_eth.h98 u32 tx_full; member in struct:au1000_private
H A Deepro100.c440 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:speedo_private
974 sp->tx_full = 0;
1310 sp->tx_full = 0;
1401 sp->tx_full = 1;
1445 sp->tx_full = 1;
1493 dirty_tx, sp->cur_tx, sp->tx_full);
1587 if (sp->tx_full
1590 sp->tx_full = 0;
2102 sp->tx_full = 1;
2141 sp->tx_full
[all...]
H A Depic100.c283 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:epic_private
899 if (!ep->tx_full)
909 ep->tx_full = 0;
980 ep->tx_full = 1;
988 if (ep->tx_full)
1063 dev->name, dirty_tx, cur_tx, ep->tx_full);
1068 if (ep->tx_full && cur_tx - dirty_tx < TX_QUEUE_LEN - 4) {
1070 ep->tx_full = 0;
H A Dfec.c206 uint tx_full; member in struct:fec_enet_private
393 fep->tx_full = 1;
417 (unsigned long)fep->cur_tx, fep->tx_full ? " (full)" : "",
505 if (bdp == fep->cur_tx && fep->tx_full == 0) break;
553 if (fep->tx_full) {
554 fep->tx_full = 0;
H A Dgt64240eth.c614 if (gp->tx_full) {
615 gp->tx_full = 0;
712 if ((psr & psrLink) && !gp->tx_full &&
1294 if (gp->tx_full) {
1295 gp->tx_full = 0;
1443 gp->tx_full = 1;
H A Dgt64240eth.h383 int tx_full; /* Tx ring is full */ member in struct:gt64240_private
H A Dhamachi.c276 the 'hmp->tx_full' flag.
280 empty by incrementing the dirty_tx mark. Iff the 'hmp->tx_full' flag is set, it
281 clears both the tx_full and tbusy flags.
356 were available before reseting the tbusy and tx_full flags
502 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:hamachi_private
1125 hmp->tx_full = 0;
1177 hmp->tx_full = 0;
1268 if (hmp->tx_full) {
1358 hmp->tx_full = 1;
1409 if (hmp->tx_full){
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dwinbond-840.c313 unsigned int tx_full; /* The Tx queue is full. */ member in struct:netdev_private
831 np->tx_full = 0;
944 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes);
1045 np->tx_full = 1;
1098 if (np->tx_full &&
1102 np->tx_full = 0;
H A Dxircom_tulip_cb.c173 the 'tp->tx_full' flag.
179 the 'base' to zero. Iff the 'tp->tx_full' flag is set, it clears both the
180 tx_full and tbusy flags.
305 unsigned int tx_full:1; /* The Tx queue is full. */ member in struct:xircom_private
861 tp->tx_full = 0;
933 tp->tx_full = 1;
941 if (tp->tx_full)
1120 dev->name, dirty_tx, tp->cur_tx, tp->tx_full);
1125 if (tp->tx_full &&
1128 tp->tx_full
[all...]

Completed in 443 milliseconds

12