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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.c344 SMC_SET_TCR(lp, lp->tcr_cur_mode);
759 SMC_SET_TCR(lp, lp->tcr_cur_mode);
1017 lp->tcr_cur_mode |= TCR_SWFDUP;
1019 lp->tcr_cur_mode &= ~TCR_SWFDUP;
1023 SMC_SET_TCR(lp, lp->tcr_cur_mode);
1491 lp->tcr_cur_mode = TCR_DEFAULT;
1502 lp->tcr_cur_mode |= TCR_MON_CSN;
1573 cmd->duplex = lp->tcr_cur_mode & TCR_SWFDUP ? DUPLEX_FULL : DUPLEX_HALF;
H A Dsmc91x.h379 int tcr_cur_mode; member in struct:smc_local

Completed in 40 milliseconds