Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c251 hw->phy.ops.read_reg_locked(hw, CV_SMB_CTRL, &phy_reg); in e1000_phy_is_accessible_pchlan()
473 phy->ops.read_reg_locked = e1000_read_phy_reg_hv_locked; in e1000_init_phy_params_pchlan()
609 phy->ops.read_reg_locked = e1000_read_phy_reg_igp_locked; in e1000_init_phy_params_ich8lan()
986 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data); in e1000_set_eee_pchlan()
1652 hw->phy.ops.read_reg_locked(hw, HV_PM_CTRL, in e1000_check_for_copper_link_ich8lan()
1675 ret_val = hw->phy.ops.read_reg_locked(hw, in e1000_check_for_copper_link_ich8lan()
2451 ret_val = hw->phy.ops.read_reg_locked(hw, BM_CS_STATUS, in e1000_k1_gig_workaround_hv()
2467 ret_val = hw->phy.ops.read_reg_locked(hw, HV_M_STATUS, in e1000_k1_gig_workaround_hv()
5736 hw->phy.ops.read_reg_locked(hw, in e1000_suspend_workarounds_ich8lan()
5756 hw->phy.ops.read_reg_locked(hw, I217_PROXY_CTRL, in e1000_suspend_workarounds_ich8lan()
[all …]
H A De1000_hw.h825 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *); member
H A De1000_phy.c87 phy->ops.read_reg_locked = e1000_null_read_reg; in e1000_init_phy_ops_generic()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h388 s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *); member
H A Digc_phy.c30 phy->ops.read_reg_locked = igc_null_read_reg; in igc_init_phy_ops_generic()