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

123

/freebsd-10-stable/sys/gnu/dts/arm/
H A Darmada-xp-matrix.dts96 full-duplex;
H A Dkirkwood-rd88f6281.dtsi134 duplex = <1>;
H A Dkirkwood-mv88f6281gtw-ge.dts179 duplex = <1>;
H A Dspear1310-evb.dts369 pl022,duplex = <0>;
402 pl022,duplex = <0>;
418 pl022,duplex = <0>;
H A Dspear1340-evb.dts462 pl022,duplex = <0>;
478 pl022,duplex = <0>;
512 pl022,duplex = <0>;
H A Darmada-370-rd.dts124 full-duplex;
H A Dphy3250.dts148 pl022,duplex = <0>;
H A Dkirkwood-dir665.dts257 * fixed speed and duplex. */
263 duplex = <1>;
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c133 int *speed, int *duplex, int *fc)
170 if (duplex)
171 *duplex = DUPLEX_FULL;
177 static int tn1010_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
132 tn1010_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
H A Dcxgb_vsc8211.c62 VSC_INTR_DPLX_CHG = 1 << 12, /* duplex change */
133 int *speed, int *duplex, int *fc)
198 if (duplex)
199 *duplex = dplx;
206 int *speed, int *duplex, int *fc)
265 if (duplex)
266 *duplex = dplx;
288 static int vsc8211_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
292 err = t3_set_phy_speed_duplex(phy, speed, duplex);
132 vsc8211_get_link_status(struct cphy *cphy, int *link_state, int *speed, int *duplex, int *fc) argument
205 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_state, int *speed, int *duplex, int *fc) argument
H A Dcxgb_mv88e1xxx.c189 int *speed, int *duplex, int *fc)
214 if (duplex)
215 *duplex = dplx;
221 static int mv88e1xxx_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
223 int err = t3_set_phy_speed_duplex(phy, speed, duplex);
188 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_state, int *speed, int *duplex, int *fc) argument
H A Dcxgb_aq100x.c323 aq100x_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
336 if (duplex != DUPLEX_FULL)
353 aq100x_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, argument
395 if (duplex)
396 *duplex = v & 1 ? DUPLEX_FULL : DUPLEX_HALF;
437 if (duplex)
438 *duplex = DUPLEX_FULL;
H A Dcxgb_common.h435 unsigned char requested_duplex; /* duplex user has requested */
436 unsigned char duplex; /* actual link duplex */ member in struct:link_config
566 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
568 int *duplex, int *fc);
695 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
765 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex,
/freebsd-10-stable/sys/mips/nlm/dev/net/
H A Dsgmii.c77 int rx_en, int tx_en, int speed, int duplex)
92 mac_cfg2 &= ~(0x1); /* remove duplex */
126 switch (duplex) {
128 /* duplexity is already set to half duplex */
131 mac_cfg2 |= 0x1; /* set full duplex */
76 nlm_nae_setup_mac(uint64_t nae_base, int nblock, int iface, int reset, int rx_en, int tx_en, int speed, int duplex) argument
/freebsd-10-stable/sys/dev/e1000/
H A De1000_mac.h65 u16 *duplex);
67 u16 *speed, u16 *duplex);
H A De1000_vf.c48 u16 *duplex);
216 * @duplex: pointer to 16 bit value to store duplex.
222 u16 *duplex)
241 *duplex = FULL_DUPLEX;
244 *duplex = HALF_DUPLEX;
221 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
H A De1000_80003es2lan.c57 u16 *duplex);
63 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
656 * e1000_phy_force_speed_duplex_80003es2lan - Force PHY speed and duplex
659 * Force the speed and duplex settings onto the PHY. This is a
674 * forced whenever speed and duplex are forced.
703 DEBUGOUT("Waiting for forced speed/duplex link on GG82563 phy.\n");
741 * duplex.
786 * e1000_get_link_up_info_80003es2lan - Report speed and duplex
789 * @duplex: pointer to duplex buffe
793 e1000_get_link_up_info_80003es2lan(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
1252 u16 duplex; local
1279 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) argument
[all...]
H A De1000_82541.c52 u16 *duplex);
437 * e1000_get_link_up_info_82541 - Report speed and duplex
440 * @duplex: pointer to duplex buffer
442 * Retrieve the current speed and duplex configuration.
445 u16 *duplex)
453 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex);
461 * IGP01 PHY may advertise full duplex operation after speed
462 * downgrade even if it is operating at half duplex.
463 * Here we set the duplex setting
444 e1000_get_link_up_info_82541(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
675 u16 phy_data, phy_saved_data, speed, duplex, i; local
[all...]
H A De1000_mac.c707 * to get the current speed/duplex if link exists.
726 * link. If so, then we want to get the current speed/duplex
743 /* If we are forcing speed/duplex, then we simply return since
750 * of MAC speed/duplex configuration. So we only need to
807 /* Force link-up and also force full-duplex. */
872 /* Force link-up and also force full-duplex. */
1346 * speed and duplex were not forced. If the link needed to be forced, then
1357 u16 speed, duplex; local
1504 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
1506 DEBUGOUT("Error getting link speed and duplex\
1659 e1000_get_speed_and_duplex_copper_generic(struct e1000_hw *hw, u16 *speed, u16 *duplex) argument
1698 e1000_get_speed_and_duplex_fiber_serdes_generic(struct e1000_hw E1000_UNUSEDARG *hw, u16 *speed, u16 *duplex) argument
[all...]
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe_ioctl.h67 uint32_t duplex; /* Duplex, half or full */ member in struct:bxe_dev_setting
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-rgmii.c158 gmx_cfg.s.duplex = 1;
304 /* Force 1Gbps full duplex on internal loopback */
390 /* Set full/half duplex */
392 new_gmx_cfg.s.duplex = 1; /* Force full duplex on down links */
394 new_gmx_cfg.s.duplex = link_info.s.full_duplex;
518 gmx_cfg.s.duplex = 1;
H A Dcvmx-helper-spi.c216 /* The simulator gives you a simulated full duplex link */
225 result.s.full_duplex = inband.s.duplex;
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h108 uint32_t duplex; /* Duplex, half or full */ member in struct:qlnx_dev_setting
/freebsd-10-stable/sys/dev/sound/isa/
H A Dess.c105 unsigned int duplex:1, newspeed:1; member in struct:ess_info
575 if ((dir == PCMDIR_PLAY) && (sc->duplex))
826 sc->duplex = 0;
838 sc->duplex = sc->drq2? 1 : 0;
846 printf("%s%s\n", sc->duplex? ", duplex" : "",
853 if (!sc->duplex)
/freebsd-10-stable/sys/dev/sound/pci/
H A Dsolo.c45 /* if defined, playback always uses the 2nd channel and full duplex works */
100 unsigned int duplex:1, newspeed:1; member in struct:ess_info
325 if (sc->duplex) {
549 if ((dir == PCMDIR_PLAY) && (sc->duplex))
1001 sc->duplex = 1;
1003 sc->duplex = 0;
1022 if (!sc->duplex)

Completed in 137 milliseconds

123