HomeSort by: relevance | last modified time | path
    Searched refs:duplex (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-j784s4-evm-usxgmii-exp1-exp2.dtso 39 full-duplex;
51 full-duplex;
  /src/sys/dev/pci/cxgb/
cxgb_ael1002.c 92 int *speed, int *duplex, int *fc)
111 if (duplex)
112 *duplex = DUPLEX_FULL;
274 int *speed, int *duplex, int *fc)
291 if (duplex)
292 *duplex = DUPLEX_FULL;
cxgb_vsc8211.c 121 int *speed, int *duplex, int *fc)
185 if (duplex)
186 *duplex = dplx;
cxgb_mv88e1xxx.c 193 int *speed, int *duplex, int *fc)
217 if (duplex)
218 *duplex = dplx;
cxgb_common.h 424 unsigned char requested_duplex; /* duplex user has requested */
425 unsigned char duplex; /* actual link duplex */ member in struct:link_config
523 int (*set_speed_duplex)(struct cphy *phy, int speed, int duplex);
525 int *duplex, int *fc);
649 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex);
704 int t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex,
cxgb_t3_hw.c 407 * t3_set_phy_speed_duplex - force PHY speed and duplex
410 * @duplex: requested PHY duplex
412 * Force a 10/100/1000 PHY's speed and duplex. This also disables
415 int t3_set_phy_speed_duplex(struct cphy *phy, int speed, int duplex)
431 if (duplex >= 0) {
433 if (duplex == DUPLEX_FULL)
1111 int link_ok, speed, duplex, fc; local
1117 phy->ops->get_link_status(phy, &link_ok, &speed, &duplex, &fc);
1128 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-b450v3.dts 154 full-duplex;
imx6q-b650v3.dts 153 full-duplex;
imx6qdl-gw5904.dtsi 209 full-duplex;
284 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm4709-netgear-r8000.dts 235 full-duplex;
244 full-duplex;
bcm958622hr.dts 211 full-duplex;
bcm958623hr.dts 215 full-duplex;
bcm958625hr.dts 238 full-duplex;
bcm958625k.dts 251 full-duplex;
bcm988312hr.dts 223 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-svk.dts 123 pl022,duplex = <0>;
146 pl022,duplex = <0>;
  /src/sys/dev/pci/igc/
igc_mac.c 569 * speed and duplex were not forced. If the link needed to be forced, then
579 uint16_t speed, duplex; local
704 * negotiated to HALF DUPLEX, flow control should not be
707 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
709 DEBUGOUT("Error getting link speed and duplex\n");
713 if (duplex == HALF_DUPLEX)
730 * igc_get_speed_and_duplex_copper_generic - Retrieve current speed/duplex
733 * @duplex: stores the current duplex
735 * Read the status register for the current speed/duplex and store the curren
    [all...]
igc_api.c 280 * igc_get_speed_and_duplex - Returns current speed and duplex
283 * @duplex: pointer to a 16-bit value to store the duplex.
285 * This returns the speed and duplex of the adapter in the two 'out'
290 igc_get_speed_and_duplex(struct igc_hw *hw, uint16_t *speed, uint16_t *duplex)
293 return hw->mac.ops.get_link_up_info(hw, speed, duplex);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/mediatek/
mt7623n-bananapi-bpi-r2.dts 180 full-duplex;
191 full-duplex;
247 full-duplex;
260 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt7622-rfb1.dts 116 full-duplex;
128 full-duplex;
178 full-duplex;
191 full-duplex;
mt7622-bananapi-bpi-r64.dts 131 full-duplex;
143 full-duplex;
196 full-duplex;
209 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sun7i-a20-lamobo-r1.dts 129 full-duplex;
177 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/gemini/
gemini-dlink-dir-685.dts 243 full-duplex;
451 full-duplex;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/vf/
vf610-zii-dev.dtsi 134 full-duplex;
  /src/sys/arch/mips/sibyte/dev/
sbmac.c 194 sbmac_duplex_t sbm_duplex; /* current duplex */
347 /* Configure for full-duplex */
351 /* Configure for half-duplex */
1244 * Configure the speed, duplex, and flow control
1593 * SBMAC_SET_DUPLEX(sc, duplex, fc)
1595 * Set Ethernet duplex and flow control options for this MAC
1600 * duplex - duplex setting (see sbmac_duplex_t)
1609 sbmac_set_duplex(struct sbmac_softc *sc, sbmac_duplex_t duplex, sbmac_fc_t fc)
1617 sc->sbm_duplex = duplex;
    [all...]

Completed in 46 milliseconds

1 2