Lines Matching defs:duplex
43 10mbps_hd 10Mbps half duplex.
44 10mbps_fd 10Mbps full duplex.
45 100mbps_hd 100Mbps half duplex.
46 100mbps_fd 100Mbps full duplex.
48 1 10Mbps half duplex.
49 2 10Mbps full duplex.
50 3 100Mbps half duplex.
51 4 100Mbps full duplex.
672 printk (KERN_INFO "Override speed=%d, %s duplex\n",
919 int duplex;
930 duplex = (negotiated & 0x0100) || (negotiated & 0x01C0) == 0x0040;
931 if (np->mii_if.full_duplex != duplex) {
932 np->mii_if.full_duplex = duplex;
934 printk(KERN_INFO "%s: Setting %s-duplex based on MII #%d "
936 duplex ? "full" : "half", np->phys[0], negotiated);
937 iowrite16(ioread16(ioaddr + MACCtrl0) | (duplex ? 0x20 : 0), ioaddr + MACCtrl0);
1464 printk("100Mbps, full duplex\n");
1467 printk("100Mbps, half duplex\n");
1470 printk("10Mbps, full duplex\n");
1473 printk("10Mbps, half duplex\n");
1483 printk("%s duplex.\n",