/external/u-boot/drivers/qe/ |
D | uec_phy.c | 307 if (mii_info->autoneg) { in gbit_config_aneg() 349 if (mii_info->autoneg) { in genmii_config_aneg() 418 if (mii_info->autoneg) { in genmii_read_status() 531 if (mii_info->autoneg && mii_info->link) { in marvell_read_status() 614 if (mii_info->autoneg && mii_info->link) { in dm9161_read_status() 654 mii_info->autoneg = 0; /* Turn off auto negotiation for fixed phy */ in fixed_phy_aneg() 694 if (mii_info->autoneg && mii_info->link) { in smsc_read_status() 898 if (mii_info->autoneg) { in marvell_phy_interface_mode()
|
D | uec_phy.h | 179 int autoneg; member
|
D | uec.c | 454 mii_info->autoneg = 1; in init_phy()
|
/external/tcpdump/tests/ |
D | lldp_asan.out | 7 …PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-T4, 100BASE-TX hdx, 100BASE-TX fdx, 10… 12 …PMD autoneg capability [Pause for fdx links, Asym PAUSE for fdx, Sym PAUSE for fdx, Asym and Sym P…
|
D | lldp_cdp-ev.out | 58 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 80 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 102 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 124 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 184 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 206 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, … 228 …PMD autoneg capability [10BASE-T hdx, Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X L… 250 …PMD autoneg capability [Sym PAUSE for fdx, Asym and Sym PAUSE for fdx, 1000BASE-{X LX SX CX} fdx, …
|
D | lldp_mudurl-v.out | 26 …PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx … 57 …PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx …
|
D | lldp_mudurl-vv.out | 43 …PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx … 96 …PMD autoneg capability [10BASE-T hdx, 10BASE-T fdx, 100BASE-TX hdx, 100BASE-TX fdx, Pause for fdx …
|
/external/u-boot/drivers/net/phy/ |
D | phy.c | 182 if (phydev->autoneg != AUTONEG_ENABLE) in genphy_config_aneg() 239 if ((phydev->autoneg == AUTONEG_ENABLE) && in genphy_update_link() 296 if (phydev->autoneg == AUTONEG_ENABLE) { in genphy_parse_link() 647 dev->autoneg = AUTONEG_ENABLE; in phy_device_create()
|
D | meson-gxl.c | 41 if (phydev->autoneg == AUTONEG_ENABLE) { in meson_gxl_startup()
|
D | xilinx_phy.c | 48 if (AUTONEG_ENABLE == phydev->autoneg) { in xilinxphy_startup()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_mc_aware.sh | 130 ethtool -s $swp3 speed 1000 autoneg off 151 ethtool -s $swp3 autoneg on
|
/external/u-boot/include/linux/ |
D | ethtool.h | 28 __u8 autoneg; /* Enable or disable autonegotiation */ member 242 __u32 autoneg; member
|
/external/kernel-headers/original/uapi/linux/ |
D | ethtool.h | 105 __u8 autoneg; member 547 __u32 autoneg; member 1824 __u8 autoneg; member
|
/external/u-boot/include/ |
D | phy.h | 187 int autoneg; member
|
/external/u-boot/drivers/usb/eth/ |
D | lan7x.c | 242 priv->phydev->autoneg = AUTONEG_ENABLE; in lan7x_eth_phylib_config_start()
|
D | r8152.c | 876 static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex) in rtl8152_set_speed() argument 890 if (autoneg == AUTONEG_DISABLE) { in rtl8152_set_speed()
|
/external/syzkaller/sys/linux/ |
D | socket.txt | 434 autoneg int8 567 autoneg int32 823 autoneg int8
|
/external/u-boot/drivers/net/ |
D | pic32_eth.c | 119 priv->phydev->autoneg = AUTONEG_ENABLE; in pic32_phy_init()
|
D | e1000.c | 2732 if (hw->autoneg) { in e1000_copper_link_igp_setup() 3663 && (!hw->autoneg))) { in e1000_config_fc_after_link_up() 5548 hw->autoneg = 1; in e1000_init_one()
|
D | e1000.h | 1127 uint8_t autoneg; member
|
/external/u-boot/drivers/net/ldpaa_eth/ |
D | ldpaa_eth.c | 481 if (priv->phydev->autoneg == AUTONEG_DISABLE) in ldpaa_eth_open()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 266 phydev->autoneg = AUTONEG_DISABLE; in mv88e61xx_hw_reset()
|