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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c1821 int fulldpx; local
1825 fulldpx = 1;
1827 fulldpx = 0;
1834 if ((fulldpx && !(estat & ESTATUS_1000_TFULL)) ||
1835 (!fulldpx && !(estat & ESTATUS_1000_THALF)))
1839 if ((fulldpx && !(bmsr & BMSR_100FULL)) ||
1840 (!fulldpx && !(bmsr & BMSR_100HALF)))
1844 if ((fulldpx && !(bmsr & BMSR_10FULL)) ||
1845 (!fulldpx && !(bmsr & BMSR_10HALF)))

Completed in 300 milliseconds