Searched refs:duplex (Results 101 - 125 of 138) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c597 cmd->duplex = DUPLEX_HALF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fcc.c429 /* adjust to duplex mode */
430 if (fep->phydev->duplex)
H A Dmac-fec.c358 * adjust to duplex mode
360 if (fep->phydev->duplex) {
H A Dmac-scc.c262 * duplex.
369 /* Set full duplex mode if needed */
370 if (fep->phydev->duplex)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunhme.c1 /* sunhme.c: Sparc HME/BigMac 10/100baseT half/full duplex auto switching,
523 * This "other" strategy is to force the interface into various speed/duplex
549 /* Downgrade from full to half duplex. Only possible
615 * proper duplex setting.
1358 /* Disable auto-negotiation in BMCR, enable the duplex and
1368 if (ep->duplex == DUPLEX_FULL)
1871 printk(KERN_INFO "%s: Switching to 100Mbps at full duplex.", hp->dev->name);
1874 printk(KERN_INFO "%s: Switching to 100MBps at half duplex.", hp->dev->name);
1877 printk(KERN_INFO "%s: Switching to 10MBps at full duplex.", hp->dev->name);
1880 printk(KERN_INFO "%s: Using 10Mbps at half duplex
[all...]
H A Dcassini.c219 0, /* 1 : 10bt half duplex */
220 BMCR_SPEED100, /* 2 : 100bt half duplex */
221 BMCR_FULLDPLX, /* 3 : 10bt full duplex */
222 BMCR_SPEED100|BMCR_FULLDPLX, /* 4 : 100bt full duplex */
223 CAS_BMCR_SPEED1000|BMCR_FULLDPLX /* 5 : 1000bt full duplex */
714 if (ep->duplex == DUPLEX_FULL)
908 * duplex to avoid a chip issue
950 /* Advertise all capabilities except half-duplex. */
3540 printk(KERN_INFO "%s: Link up at %d Mbps, %s-duplex.\n",
3580 /* minimum size gigabit frame at half duplex */
[all...]
H A De100.c1537 static void e100_adjust_adaptive_ifs(struct nic *nic, int speed, int duplex) argument
1540 * we're getting collisions on a half-duplex connection. */
1542 if(duplex == DUPLEX_HALF) {
1571 DPRINTK(LINK, INFO, "link up, %sMbps, %s-duplex\n",
1573 cmd.duplex == DUPLEX_FULL ? "full" : "half");
1591 e100_adjust_adaptive_ifs(nic, cmd.speed, cmd.duplex);
1596 if(nic->flags & ich && cmd.speed==SPEED_10 && cmd.duplex==DUPLEX_HALF)
2391 /* save speed, duplex & autoneg settings */
2400 /* restore speed, duplex & autoneg settings */
H A Dvia-velocity.c190 /* speed_duplex[] is used for setting the speed and duplex mode of NIC.
191 0: indicate autonegotiation for both speed and duplex mode
192 1: indicate 100Mbps half duplex mode
193 2: indicate 100Mbps full duplex mode
194 3: indicate 10Mbps half duplex mode
195 4: indicate 10Mbps full duplex mode
201 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode");
1547 * description of the new link state, detailing speed and duplex
1567 VELOCITY_PRT(MSG_LEVEL_INFO, " full duplex\n");
1569 VELOCITY_PRT(MSG_LEVEL_INFO, " half duplex\
[all...]
H A D8139too.c615 MODULE_PARM_DESC (media, "8139too: Bits 4+9: force full duplex, bit 5: 100Mbps");
616 MODULE_PARM_DESC (full_duplex, "8139too: Force full duplex for board(s) (1)");
1085 printk(KERN_INFO " Forcing %dMbps %s-duplex operation.\n",
1090 ((option & 0x10) ? 0x0100 : 0)); /* Full duplex? */
1347 " GP Pins %2.2x %s-duplex.\n", dev->name,
1564 int duplex = (mii_lpa & LPA_100FULL) local
1566 if (tp->mii.full_duplex != duplex) {
1567 tp->mii.full_duplex = duplex;
1571 "%s: Setting %s-duplex based on MII #%d link"
H A Dacenic.c233 * 0x0001 - Force half duplex link.
1379 printk(KERN_INFO "%s: Setting half duplex link\n",
2607 ecmd->duplex = DUPLEX_FULL;
2609 ecmd->duplex = DUPLEX_HALF;
2662 if (ecmd->duplex == DUPLEX_FULL)
H A Deepro.c80 based lan cards. Disable full-duplex mode if TPE
1091 /* disable the full duplex mode since it is not
1722 cmd->duplex = DUPLEX_FULL;
1725 cmd->duplex = DUPLEX_HALF;
H A Dewrk3.c1565 ecmd->duplex = DUPLEX_HALF;
1587 if (ecmd->duplex != DUPLEX_HALF)
H A Dtun.c790 cmd->duplex = DUPLEX_FULL;
H A Dsky2.h995 PHY_AN_100FULL = 1<<8, /* Bit 8: Try for 100mbps full-duplex */
996 PHY_AN_100HALF = 1<<7, /* Bit 7: Try for 100mbps half-duplex */
997 PHY_AN_10FULL = 1<<6, /* Bit 6: Try for 10mbps full-duplex */
998 PHY_AN_10HALF = 1<<5, /* Bit 5: Try for 10mbps half-duplex */
1900 u8 duplex; /* DUPLEX_HALF, DUPLEX_FULL */ member in struct:sky2_port
H A Dibmveth.c618 cmd->duplex = DUPLEX_FULL;
H A Diseries_veth.c1017 ecmd->duplex = DUPLEX_FULL;
H A Dpcnet32.c2140 /* handle full duplex setting */
2176 * duplex, and/or enable auto negotiation, and clear DANAS
2225 ecmd.duplex = DUPLEX_FULL;
2228 ecmd.duplex = DUPLEX_HALF;
2907 "%s: link up, %sMbps, %s-duplex\n",
2910 (ecmd.duplex ==
2991 MODULE_PARM_DESC(full_duplex, DRV_NAME " full duplex setting(s) (1)");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c608 * Get link speed and duplex from the slave's base driver
610 * values are invalid, fake speed and duplex to 100/Full
620 /* Fake speed and duplex */
622 slave->duplex = DUPLEX_FULL;
658 switch (etool.duplex) {
667 slave->duplex = etool.duplex;
1516 ": %s: Warning: failed to get speed and duplex from %s, "
2067 u8 old_duplex = slave->duplex;
2247 if (old_duplex != slave->duplex) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmrobo.c2644 /* Fix the duplex mode and speed for Port 5 */
2649 /* Fix the duplex mode and speed for Port 4 (MII port). Force
2650 * full duplex mode and set speed to 100.
2767 int robo_read_link_status(int lan_wan, int *link, int *speed, int *duplex) argument
2784 /* Read duplex status summary register */
2808 *duplex = reg_duplex & *link;
2820 *duplex = (reg_duplex >> ROBO_WAN_PORT) & 0x01;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dxircom_tulip_cb.c32 /* Used to pass the full-duplex flag, etc. */
194 /* A full-duplex map for media types. */
307 unsigned int full_duplex:1; /* Full-duplex operation requested. */
433 * we disable full-duplex modes here,
489 * how to handle full-duplex modes so we *must* disable them.
999 printk(KERN_DEBUG "%s: Link is up, running at %sMbit %s-duplex\n",
1037 printk(KERN_DEBUG "%s: Link forced to %sMbit %s-duplex\n",
1383 ecmd->duplex = tp->full_duplex ? DUPLEX_FULL : DUPLEX_HALF;
1396 full_duplex = (ecmd->duplex == DUPLEX_FULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dhdpu.c320 eth_pd->duplex = DUPLEX_FULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcatc.c693 cmd->duplex = DUPLEX_HALF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmv643xx.h1295 /* If speed is 0, then speed and duplex are autonegotiated. */
1297 int duplex; /* DUPLEX_HALF or DUPLEX_FULL */ member in struct:mv643xx_eth_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_spoolss.h507 uint16 duplex; member in struct:devicemode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c1963 nt_devmode->duplex,
2227 nt_devmode->duplex = DUP_SIMPLEX;
2359 &devmode.duplex,

Completed in 382 milliseconds

123456