Searched refs:stopped_rx (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.h169 int stopped_rx; /* Whether channel has been stopped for Rx */ member in struct:ucc_fast_private
H A Ducc_slow.h196 int stopped_rx; /* Whether channel has been stopped for Rx */ 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.c210 uccf->stopped_rx = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c1684 uccf->stopped_rx = 1;
1715 uccf->stopped_rx = 0;
1740 if ((mode & COMM_DIR_RX) && (!enabled_rx) && uccf->stopped_rx)
1766 if ((mode & COMM_DIR_RX) && uccf->enabled_rx && !uccf->stopped_rx)

Completed in 116 milliseconds