Searched refs:duplex (Results 1 - 25 of 138) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnt_printing.h278 uint16 duplex; member in struct:ntdevicemode
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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_printers_conv.c125 { "duplex", PY_UINT16, offsetof(DEVICEMODE, duplex) },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_spoolss.c738 if (!prs_uint16("duplex", ps, depth, &devmode->duplex))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c1894 nt_devmode->duplex=devmode->duplex;
4158 devmode->duplex = ntdevmode->duplex;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c54 /* If we have a PHY interrupt, we will advertise both full-duplex and half-
55 * duplex capabilities. If we don't have a PHY interrupt, then we will only
56 * advertise half-duplex capabilities.
96 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */
97 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */
98 #define PHY_CONF_100HDX 0x0040 /* 100 Mbit half duplex supported */
99 #define PHY_CONF_100FDX 0x0080 /* 100 Mbit full duplex supported */
105 #define PHY_STAT_10HDX 0x1000 /* 10 Mbit half duplex selected */
106 #define PHY_STAT_10FDX 0x2000 /* 10 Mbit full duplex selected */
107 #define PHY_STAT_100HDX 0x4000 /* 100 Mbit half duplex selecte
1443 int duplex = 0; local
2240 fcc_restart(struct net_device *dev, int duplex) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c213 static void fec_restart(struct net_device *dev, int duplex);
268 #define PHY_CONF_10HDX 0x0010 /* 10 Mbit half duplex supported */
269 #define PHY_CONF_10FDX 0x0020 /* 10 Mbit full duplex supported */
270 #define PHY_CONF_100HDX 0x0040 /* 100 Mbit half duplex supported */
271 #define PHY_CONF_100FDX 0x0080 /* 100 Mbit full duplex supported */
277 #define PHY_STAT_10HDX 0x1000 /* 10 Mbit half duplex selected */
278 #define PHY_STAT_10FDX 0x2000 /* 10 Mbit full duplex selected */
279 #define PHY_STAT_100HDX 0x4000 /* 100 Mbit half duplex selected */
280 #define PHY_STAT_100FDX 0x8000 /* 100 Mbit full duplex selected */
1224 printk(", Unknown speed/duplex");
1275 int duplex; local
1734 fec_restart(struct net_device *dev, int duplex) argument
[all...]
/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/
H A D3c509.c106 #define FD_ENABLE 0x8000 /* Enable full-duplex ("external loopback") */
267 /* use eeprom value, but save user's full-duplex selection */
1134 ecmd->duplex = DUPLEX_HALF;
1147 ecmd->duplex = DUPLEX_FULL;
1163 if ((ecmd->duplex != DUPLEX_HALF) && (ecmd->duplex != DUPLEX_FULL))
1201 if (ecmd->duplex == DUPLEX_FULL)
1320 sw_info word (duplex setting plus other useless bits) */
1327 net_diag = (net_diag | FD_ENABLE); /* temporarily assume full-duplex will be set */
1331 /* force full-duplex mod
[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 Damd8111e.c110 MODULE_PARM_DESC(speed_duplex, "Set device speed and duplex modes, 0: Auto Negotitate, 1: 10Mbps Half Duplex, 2: 10Mbps Full Duplex, 3: 100Mbps Half Duplex, 4: 100Mbps Full Duplex");
978 lp->link_config.duplex = DUPLEX_FULL;
980 lp->link_config.duplex = DUPLEX_HALF;
989 (lp->link_config.duplex == DUPLEX_FULL)? "Full": "Half");
994 lp->link_config.duplex = DUPLEX_INVALID;
1860 if(lp->link_config.duplex == DUPLEX_FULL){
H A Damd8111e.h694 u8 duplex; member in struct:amd8111e_link_config
H A Dau1000_eth.c855 if (aup->phy_dev->link && (DUPLEX_FULL == aup->phy_dev->duplex))
859 } else { /* PHY-less op, assume full-duplex */
903 if (phydev->link && (aup->old_duplex != phydev->duplex)) {
904 // duplex mode changed
906 /* switching duplex mode requires to disable rx and tx! */
909 if (DUPLEX_FULL == phydev->duplex)
920 aup->old_duplex = phydev->duplex;
945 DUPLEX_FULL == phydev->duplex ? "Full" : "Half");
1044 if (!aup->phy_dev || (DUPLEX_FULL == aup->phy_dev->duplex)) {
1047 * in half duplex mod
[all...]
H A Db44.c501 printk(KERN_INFO PFX "%s: Link is up at %d Mbps, %s duplex.\n",
1757 cmd->duplex = (bp->flags & B44_FLAG_FULL_DUPLEX) ?
1769 cmd->duplex = 0xff;
1788 (cmd->duplex != DUPLEX_HALF &&
1789 cmd->duplex != DUPLEX_FULL)) {
1823 if (cmd->duplex == DUPLEX_FULL)
2181 /* By default, advertise all speed/duplex settings. */
H A Dbig_sur_ge.c1338 static void big_sur_ge_reset(struct net_device *netdev, DUPLEX duplex) argument
1350 switch (duplex) {
1390 DUPLEX * duplex, int *linkup)
1407 *duplex = FULL_DUPLEX;
1409 *duplex = HALF_DUPLEX;
1435 *duplex = FULL_DUPLEX;
1437 *duplex = HALF_DUPLEX;
1439 *duplex = FULL_DUPLEX;
1441 *duplex = HALF_DUPLEX;
1460 * Poll the MII for duplex an
1389 big_sur_ge_get_phy_status(struct net_device *netdev, DUPLEX * duplex, int *linkup) argument
[all...]
H A Dbnx2.c558 if (bp->duplex == DUPLEX_HALF)
564 if (bp->duplex == DUPLEX_HALF)
570 if (bp->duplex == DUPLEX_HALF)
576 if (bp->duplex == DUPLEX_HALF)
613 if (bp->duplex == DUPLEX_FULL)
614 printk("full duplex");
616 printk("half duplex");
648 if (bp->duplex == DUPLEX_FULL) {
654 if (bp->duplex != DUPLEX_FULL) {
728 bp->duplex
[all...]
H A Dbnx2.h6631 u8 duplex; member in struct:bnx2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dat91_ether.c148 unsigned int speed, duplex; local
167 if ((lpa & LPA_100FULL) || (lpa & LPA_10FULL)) duplex = DUPLEX_FULL;
168 else duplex = DUPLEX_HALF;
171 duplex = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF;
177 if (duplex == DUPLEX_FULL) /* 100 Full Duplex */
182 if (duplex == DUPLEX_FULL) /* 10 Full Duplex */
189 printk(KERN_INFO "%s: Link now %i-%s\n", dev->name, speed, (duplex == DUPLEX_FULL) ? "FullDuplex" : "HalfDuplex");
H A Detherh.c597 cmd->duplex = DUPLEX_HALF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_ethtool.c133 ecmd->duplex = DUPLEX_FULL;
135 ecmd->duplex = DUPLEX_HALF;
138 ecmd->duplex = -1;
167 if (ecmd->duplex != DUPLEX_FULL) {
169 "can't force to 1000M half duplex\n");
175 if (ecmd->duplex == DUPLEX_FULL) {
180 if (ecmd->duplex == DUPLEX_FULL)
208 "invalid ethtool speed/duplex setting\n");
H A Datl1_hw.c663 * Detects the current speed and duplex settings of the hardware.
666 * duplex - Duplex setting of the connection
668 s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex) argument
698 *duplex = FULL_DUPLEX;
700 *duplex = HALF_DUPLEX;
H A Datl1_hw.h40 s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex);
43 s32 atl1_get_speed_and_duplex(struct atl1_hw *hw, u16 *speed, u16 *duplex);
44 s32 atl1_set_speed_and_duplex(struct atl1_hw *hw, u16 speed, u16 duplex);
521 #define MII_CR_FULL_DUPLEX 0x0100 /* FDX =1, half duplex =0 */
553 #define MII_LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
554 #define MII_LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
555 #define MII_LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
556 #define MII_LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
H A Datl1_main.c828 /* duplex */
864 u16 speed, duplex, phy_data; local
881 ret_val = atl1_get_speed_and_duplex(hw, &speed, &duplex);
887 if (speed != SPEED_1000 || duplex != FULL_DUPLEX)
891 if (speed != SPEED_100 || duplex != FULL_DUPLEX)
895 if (speed != SPEED_100 || duplex != HALF_DUPLEX)
899 if (speed != SPEED_10 || duplex != FULL_DUPLEX)
903 if (speed != SPEED_10 || duplex != HALF_DUPLEX)
911 || adapter->link_duplex != duplex) {
913 adapter->link_duplex = duplex;
[all...]

Completed in 373 milliseconds

123456