Home
last modified time | relevance | path

Searched refs:PHY_LP_ABILITY (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/e1000/
HDe1000_defines.h1008 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
HDe1000_82541.c473 ret_val = phy->ops.read_reg(hw, PHY_LP_ABILITY, &data); in e1000_get_link_up_info_82541()
HDe1000_mac.c1411 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up_generic()
HDe1000_ich8lan.c962 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data); in e1000_set_eee_pchlan()
/freebsd-11-stable/usr.sbin/bhyve/
HDpci_e82545.c420 case PHY_LP_ABILITY: in e82545_read_mdi()