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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc_fast.h165 int stopped_tx; /* Whether channel has been stopped for Tx member in struct:ucc_fast_private
H A Ducc_slow.h195 int stopped_tx; /* Whether channel has been stopped for Tx member in struct:ucc_slow_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Ducc_fast.c217 uccf->stopped_tx = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c1447 uccf->stopped_tx = 1;
1494 uccf->stopped_tx = 0;
1534 if ((mode & COMM_DIR_TX) && (!enabled_tx) && uccf->stopped_tx)
1559 if ((mode & COMM_DIR_TX) && uccf->enabled_tx && !uccf->stopped_tx)

Completed in 129 milliseconds