Searched refs:lmc_next_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/wan/lmc/
H A Dlmc_main.c1312 while ((badtx < sc->lmc_next_tx)) {
1358 if (sc->lmc_next_tx - badtx > LMC_TXDESCS)
1371 sc->extra_stats.lmc_next_tx = sc->lmc_next_tx;
1441 entry = sc->lmc_next_tx % LMC_TXDESCS;
1450 if (sc->lmc_next_tx - sc->lmc_taint_tx < LMC_TXDESCS / 2)
1456 else if (sc->lmc_next_tx - sc->lmc_taint_tx == LMC_TXDESCS / 2)
1462 else if (sc->lmc_next_tx - sc->lmc_taint_tx < LMC_TXDESCS - 1)
1478 if (sc->lmc_next_tx - sc->lmc_taint_tx >= LMC_TXDESCS - 1)
1500 sc->lmc_next_tx
[all...]
H A Dlmc_var.h243 u32 lmc_next_tx; member in struct:lmc_extra_statistics
317 unsigned int lmc_next_rx, lmc_next_tx; member in struct:lmc___softc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_main.c1312 while ((badtx < sc->lmc_next_tx)) {
1358 if (sc->lmc_next_tx - badtx > LMC_TXDESCS)
1371 sc->extra_stats.lmc_next_tx = sc->lmc_next_tx;
1441 entry = sc->lmc_next_tx % LMC_TXDESCS;
1450 if (sc->lmc_next_tx - sc->lmc_taint_tx < LMC_TXDESCS / 2)
1456 else if (sc->lmc_next_tx - sc->lmc_taint_tx == LMC_TXDESCS / 2)
1462 else if (sc->lmc_next_tx - sc->lmc_taint_tx < LMC_TXDESCS - 1)
1478 if (sc->lmc_next_tx - sc->lmc_taint_tx >= LMC_TXDESCS - 1)
1500 sc->lmc_next_tx
[all...]
H A Dlmc_var.h243 u32 lmc_next_tx; member in struct:lmc_extra_statistics
317 unsigned int lmc_next_rx, lmc_next_tx; member in struct:lmc___softc

Completed in 206 milliseconds