Lines Matching refs:full_duplex
62 static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
122 module_param_array(full_duplex, int, NULL, 0);
129 MODULE_PARM_DESC(full_duplex, "G-NIC full duplex setting(s) (1)");
329 unsigned int full_duplex:1; /* Full-duplex operation requested. */
464 np->full_duplex = 1;
469 if (find_cnt < MAX_UNITS && full_duplex[find_cnt] > 0)
470 np->full_duplex = 1;
472 if (np->full_duplex)
620 yp->full_duplex = 1;
625 iowrite16(0x101C | (yp->full_duplex ? 2 : 0), ioaddr + Cnfg);
671 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated);
673 iowrite16(0x101C | (yp->full_duplex ? 2 : 0), ioaddr + Cnfg);
1373 np->full_duplex = (value & 0x0100) ? 1 : 0;