Lines Matching defs:duplex
566 /* If connected to another full duplex capable 10-Base-T card
621 pr_info("%s: negotiating duplex...\n", dev->name);
624 pr_err("**** Full / half duplex auto-negotiation timed out ****\n");
1025 pr_info("%s: using half-duplex 10Base-T (RJ-45)\n", dev->name);
1028 pr_info("%s: using full-duplex 10Base-T (RJ-45)\n", dev->name);
1700 static int duplex = -1;
1710 module_param(duplex, int, 0);
1722 /* No other value than -1 for duplex seems to be currently interpreted */
1723 MODULE_PARM_DESC(duplex, "(ignored)");
1742 * duplex=0 - specify forced half/full/autonegotiate duplex
1749 * CS8900 defaults to half-duplex if not specified on command-line
1798 if (duplex == -1)