Home
last modified time | relevance | path

Searched refs:phy_speed (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_realtek.c84 ph->phy_speed = 10; in rtl8139_check()
86 ph->phy_speed = 100; in rtl8139_check()
108 ph->phy_speed = 100; in rtl8201_check()
111 ph->phy_speed = 10; in rtl8201_check()
H A Dmii.c445 return (ph->phy_speed); in mii_get_speed()
687 uint64_t speed = ph->phy_speed * 1000000ull; in mii_m_getprop()
935 *val = ph->phy_speed * 1000000ull; in mii_m_getstat()
1168 ph->phy_speed = 1000; in phy_loop()
1171 ph->phy_speed = 100; in phy_loop()
1174 ph->phy_speed = 10; in phy_loop()
1180 ph->phy_speed = 10; in phy_loop()
1186 ph->phy_speed = 100; in phy_loop()
1192 ph->phy_speed = 1000; in phy_loop()
1356 ph->phy_speed = 0; in phy_start()
[all …]
H A Dmii_qualsemi.c80 (ph->phy_speed == 100)) { in qs6612_check()
H A Dmiipriv.h156 uint32_t phy_speed; member
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c999 u16 phy_speed = 0; in ixgbe_check_phy_link_tnx() local
1020 phy_speed = phy_data & in ixgbe_check_phy_link_tnx()
1024 if (phy_speed == in ixgbe_check_phy_link_tnx()
H A Dixgbe_x550.c442 ixgbe_link_speed phy_speed; member
474 hw->phy.speeds_supported |= ixgbe_fw_map[i].phy_speed; in ixgbe_get_phy_id_fw()
732 if (hw->phy.autoneg_advertised & ixgbe_fw_map[i].phy_speed) in ixgbe_setup_fw_link()