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. */
466 np->full_duplex = 1;
471 if (find_cnt < MAX_UNITS && full_duplex[find_cnt] > 0)
472 np->full_duplex = 1;
474 if (np->full_duplex)
622 yp->full_duplex = 1;
627 iowrite16(0x101C | (yp->full_duplex ? 2 : 0), ioaddr + Cnfg);
673 yp->full_duplex = mii_duplex(yp->duplex_lock, negotiated);
675 iowrite16(0x101C | (yp->full_duplex ? 2 : 0), ioaddr + Cnfg);
1375 np->full_duplex = (value & 0x0100) ? 1 : 0;