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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dvsc8211.c134 int err, sp = -1, dplx = -1, pause = 0; local
155 dplx = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF;
168 dplx = (status & F_ACSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF;
177 if (fc && dplx == DUPLEX_FULL) {
200 *duplex = dplx;
210 int err, sp = -1, dplx = -1, pause = 0; local
231 dplx = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF;
247 dplx = DUPLEX_FULL;
250 dplx = DUPLEX_HALF;
254 if (fc && dplx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_param.c565 unsigned int speed, dplx, an; local
607 dplx = Duplex[bd];
608 e1000_validate_option(&dplx, &opt, adapter);
610 dplx = opt.def;
614 if ((num_AutoNeg > bd) && (speed != 0 || dplx != 0)) {
671 switch (speed + dplx) {
674 if ((num_Speed > bd) && (speed != 0 || dplx != 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dmv88e1xxx.c244 int sp = -1, dplx = -1, pause = 0; local
253 dplx = (status & V_PSSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF;
267 *duplex = dplx;

Completed in 125 milliseconds