Searched refs:new_tx (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsun3lance.c152 int new_rx, new_tx; /* The next free ring entry */ member in struct:lance_private
460 lp->new_rx = lp->new_tx = 0;
541 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
542 lp->old_tx, lp->new_tx,
600 entry = lp->new_tx;
620 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK;
688 while( old_tx != lp->new_tx) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsun3lance.c152 int new_rx, new_tx; /* The next free ring entry */ member in struct:lance_private
460 lp->new_rx = lp->new_tx = 0;
541 printk("Ring data: old_tx %d new_tx %d%s new_rx %d\n",
542 lp->old_tx, lp->new_tx,
600 entry = lp->new_tx;
620 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK;
688 while( old_tx != lp->new_tx) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/atm/
H A Deni.c1268 int rate,ubr,unlimited,new_tx; local
1290 new_tx = !eni_vcc->tx;
1292 if (!new_tx) tx = eni_vcc->tx;
1324 if (new_tx) {
1336 if (set_shp || (unlimited && new_tx)) {
1337 if (unlimited && new_tx) eni_dev->ubr = tx;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/atm/
H A Deni.c1268 int rate,ubr,unlimited,new_tx; local
1290 new_tx = !eni_vcc->tx;
1292 if (!new_tx) tx = eni_vcc->tx;
1324 if (new_tx) {
1336 if (set_shp || (unlimited && new_tx)) {
1337 if (unlimited && new_tx) eni_dev->ubr = tx;

Completed in 85 milliseconds