Home
last modified time | relevance | path

Searched refs:write_iosf_sb_reg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c801 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
804 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a()
858 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
1648 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1666 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1698 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1712 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1730 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1767 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1781 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
[all …]
H A Dixgbe_api.c1258 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
H A Dixgbe_type.h3998 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member