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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc_fast.h167 int stopped_tx; /* Whether channel has been stopped for Tx member in struct:ucc_fast_private
H A Ducc_slow.h194 int stopped_tx; /* Whether channel has been stopped for Tx member in struct:ucc_slow_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Ducc_fast.c209 uccf->stopped_tx = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c1653 uccf->stopped_tx = 1;
1699 uccf->stopped_tx = 0;
1738 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx)
1762 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx)

Completed in 155 milliseconds