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

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_dummy.c54 The modle option "duplex=1" enables duplex operation to the port.
55 In duplex mode, a pair of ports are created instead of single port,
58 In duplex mode, each port has DUPLEX capability.
69 static int duplex; variable
73 module_param(duplex, bool, 0444);
74 MODULE_PARM_DESC(duplex, "create DUPLEX ports");
79 int duplex; member in struct:snd_seq_dummy_port
99 if (p->duplex)
130 if (p->duplex)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dphy.c52 DUPLEX_FULL == phydev->duplex ?
160 /* A structure for mapping a particular speed and duplex
164 int duplex; member in struct:phy_setting
168 /* A mapping of all SUPPORTED settings to speed/duplex */
172 .duplex = DUPLEX_FULL,
177 .duplex = DUPLEX_FULL,
182 .duplex = DUPLEX_HALF,
187 .duplex = DUPLEX_FULL,
192 .duplex = DUPLEX_HALF,
197 .duplex
219 phy_find_setting(int speed, int duplex) argument
[all...]
H A Dfixed.c49 u8 duplex; member in struct:fixed_phy_status
107 if(fixed->phy_status.duplex) {
195 * speed is either 10 or 100, duplex is boolean.
200 static int fixed_mdio_register_device(int number, int speed, int duplex) argument
229 fixed->phy_status.duplex = duplex;
264 "fixed_%d@%d:%d", number, speed, duplex);
267 "fixed@%d:%d", speed, duplex);
325 fixed@speed:duplex, e.g. fixed@100:1, to be connected to the
329 fixed_<num>@<speed>:<duplex>, whic
[all...]
H A Dphy_device.c58 dev->duplex = -1;
358 * genphy_setup_forced - configures/forces speed/duplex from @phydev
361 * Description: Configures MII_BMCR to force speed/duplex
376 if (DUPLEX_FULL == phydev->duplex)
527 phydev->duplex = DUPLEX_HALF;
534 phydev->duplex = DUPLEX_FULL;
539 phydev->duplex = DUPLEX_FULL;
542 phydev->duplex = DUPLEX_FULL;
544 if (phydev->duplex == DUPLEX_FULL){
554 phydev->duplex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_phy.c91 phy->duplex = DUPLEX_HALF;
148 phy->duplex = fd;
159 /* Select speed & duplex */
213 phy->duplex = DUPLEX_HALF;
219 phy->duplex = DUPLEX_FULL;
223 phy->duplex = DUPLEX_FULL;
225 phy->duplex = DUPLEX_FULL;
227 if (phy->duplex == DUPLEX_FULL) {
237 phy->duplex = DUPLEX_FULL;
239 phy->duplex
[all...]
H A Dibm_emac_phy.h59 /* forced speed & duplex (no autoneg)
60 * partner speed & duplex & pause (autoneg)
63 int duplex; member in struct:mii_phy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmii.c104 ecmd->duplex = DUPLEX_FULL;
107 ecmd->duplex = DUPLEX_HALF;
116 ecmd->duplex = (bmcr & BMCR_FULLDPLX) ? DUPLEX_FULL : DUPLEX_HALF;
139 if (ecmd->duplex != DUPLEX_HALF && ecmd->duplex != DUPLEX_FULL)
211 if (ecmd->duplex == DUPLEX_FULL) {
300 * mii_check_media - check the MII interface for a duplex change
303 * @init_media: OK to save duplex mode in @mii
305 * Returns 1 if the duplex mode changed, 0 if not.
313 int advertise, lpa, media, duplex; local
[all...]
H A Dsungem_phy.c195 /* Configure for gigabit full duplex */
256 /* Configure for gigabit full duplex */
313 phy->duplex = DUPLEX_HALF;
344 phy->duplex = fd;
353 /* Select speed & duplex */
392 phy->duplex = DUPLEX_FULL;
394 phy->duplex = DUPLEX_HALF;
468 phy->duplex = DUPLEX_HALF;
512 phy->duplex = fd;
521 /* Select speed & duplex */
[all...]
H A Dsungem_phy.h47 /* forced speed & duplex (no autoneg)
48 * partner speed & duplex & pause (autoneg)
51 int duplex; member in struct:mii_phy
H A Dtc35815.c88 int duplex; member in struct:tc35815_options
633 "speed:%d duplex:%d doforce:%d\n",
634 options.speed, options.duplex, options.doforce);
2068 (cmd->duplex != DUPLEX_HALF &&
2069 cmd->duplex != DUPLEX_FULL)))
2204 * This "other" strategy is to force the interface into various speed/duplex
2236 /* Downgrade from full to half duplex. Only possible via ethtool. */
2262 char *speed = "", *duplex = ""; local
2270 if (options.duplex ? (bmcr & BMCR_FULLDPLX) : (lpa & (LPA_100FULL | LPA_10FULL)))
2271 duplex
2288 char *speed = "", *duplex = ""; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h114 int (*set_speed_duplex_fc)(struct cmac *, int speed, int duplex, int fc);
115 int (*get_speed_duplex_fc)(struct cmac *, int *speed, int *duplex,
H A Dmv88x201x.c172 int *speed, int *duplex, int *fc)
187 if (duplex)
188 *duplex = DUPLEX_FULL;
171 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dmv88e1xxx.c121 * Set the PHY speed and duplex. This also disables auto-negotiation, except
124 static int mv88e1xxx_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
136 if (duplex >= 0) {
138 if (duplex == DUPLEX_FULL)
241 int *speed, int *duplex, int *fc)
266 if (duplex)
267 *duplex = dplx;
240 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dcphy.h83 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
85 int *duplex, int *fc);
H A Dmy3126.c110 int *link_ok, int *speed, int *duplex, int *fc)
143 *duplex = DUPLEX_FULL;
109 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dsubr.c153 int link_ok, speed, duplex, fc; local
157 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc);
160 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex;
165 /* Set MAC speed, duplex, and flow control to match PHY. */
168 mac->ops->set_speed_duplex_fc(mac, speed, duplex, fc);
171 t1_link_negotiated(adapter, port_id, link_ok, speed, duplex, fc);
623 * If auto-negotiation is off set the MAC to the proper speed/duplex/FC,
646 lc->duplex
[all...]
H A Dcxgb2.c146 printk(KERN_INFO "%s: link up, %s, %s-duplex\n",
148 p->link_config.duplex == DUPLEX_FULL ? "full" : "half");
153 int speed, int duplex, int pause)
540 cmd->duplex = p->link_config.duplex;
543 cmd->duplex = -1;
555 static int speed_duplex_to_caps(int speed, int duplex) argument
561 if (duplex == DUPLEX_FULL)
567 if (duplex == DUPLEX_FULL)
573 if (duplex
152 t1_link_negotiated(struct adapter *adapter, int port_id, int link_stat, int speed, int duplex, int pause) argument
[all...]
H A Dmac.c187 static int mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, argument
210 if (duplex >= 0)
211 data32 |= V_MAC_HALF_DUPLEX(duplex == DUPLEX_HALF);
H A Dcommon.h239 unsigned char requested_duplex; /* duplex user has requested */
240 unsigned char duplex; /* actual link duplex */ member in struct:link_config
389 int speed, int duplex, int pause);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dael1002.c88 int *speed, int *duplex, int *fc)
107 if (duplex)
108 *duplex = DUPLEX_FULL;
216 int *speed, int *duplex, int *fc)
233 if (duplex)
234 *duplex = DUPLEX_FULL;
87 ael100x_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
215 xaui_direct_get_link_status(struct cphy *phy, int *link_ok, int *speed, int *duplex, int *fc) argument
H A Dvsc8211.c116 int *speed, int *duplex, int *fc)
180 if (duplex)
181 *duplex = dplx;
115 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_ethtool.c49 cmd->duplex = port->full_duplex == 1 ?
53 cmd->duplex = -1;
83 if (cmd->duplex == DUPLEX_FULL)
90 if (cmd->duplex == DUPLEX_FULL)
97 if (cmd->duplex == DUPLEX_FULL)
104 if (cmd->duplex == DUPLEX_FULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_ess.c59 * Full duplex is enabled by specifying dma16. While the normal dma must
291 if (devc->duplex) {
367 * have different clock settings. These are made consistent for duplex
371 * however when doing duplex.
377 if (devc->duplex) {
420 if (!devc->duplex) audionum = 1;
527 if (devc->duplex) {
546 if (devc->duplex) ess_chgmixer(devc, 0x78, 0x03, 0x00);
615 if (devc->duplex) {
676 minspeed = (devc->duplex
[all...]
/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");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_bfin5xx.c12 * August 7, 2006 added full duplex mode (Axel Weiss & Luke Yang)
119 void (*duplex) (struct driver_data *); member in struct:driver_data
136 void (*duplex) (struct driver_data *); member in struct:chip_data
367 /* in duplex mode, clk is triggered by writing of TDBR */
490 /* in duplex mode, clk is triggered by writing of TDBR */
703 drv_data->duplex = chip->duplex ? chip->duplex : null_writer;
817 /* full duplex mode */
824 "IO duplex
[all...]

Completed in 184 milliseconds

123456