Searched refs:read_reg_locked (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.c | 209 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID1, &phy_reg); in e1000_phy_is_accessible_pchlan() 214 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan() 251 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() 879 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_EMI_DATA, in __e1000_access_emi_reg_locked() 959 ret_val = hw->phy.ops.read_reg_locked(hw, I82579_LPI_CTRL, &lpi_ctrl); in e1000_set_eee_pchlan() 986 hw->phy.ops.read_reg_locked(hw, PHY_LP_ABILITY, &data); in e1000_set_eee_pchlan() 1640 hw->phy.ops.read_reg_locked(hw, I217_PLL_CLOCK_GATE_REG, in e1000_check_for_copper_link_ich8lan() 1652 hw->phy.ops.read_reg_locked(hw, HV_PM_CTRL, in e1000_check_for_copper_link_ich8lan() [all …]
|
H A D | e1000_hw.h | 825 s32 (*read_reg_locked)(struct e1000_hw *, u32, u16 *); member
|
H A D | e1000_phy.c | 87 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 D | igc_hw.h | 388 s32 (*read_reg_locked)(struct igc_hw *, u32, u16 *); member
|
H A D | igc_phy.c | 30 phy->ops.read_reg_locked = igc_null_read_reg; in igc_init_phy_ops_generic()
|