Searched refs:stopped_rx (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.h167 int stopped_rx; /* Whether channel has been stopped for Rx */ member in struct:ucc_fast_private
H A Ducc_slow.h197 int stopped_rx; /* Whether channel has been stopped for Rx */ 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.c218 uccf->stopped_rx = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c1479 uccf->stopped_rx = 1;
1510 uccf->stopped_rx = 0;
1536 if ((mode & COMM_DIR_RX) && (!enabled_rx) && uccf->stopped_rx)
1563 if ((mode & COMM_DIR_RX) && uccf->enabled_rx && !uccf->stopped_rx)

Completed in 175 milliseconds