Searched refs:read_iosf_sb_reg (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x550.c | 800 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a() 803 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a() 857 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x() 1638 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1656 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1687 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1704 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1718 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1756 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() 1773 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() [all …]
|
H A D | ixgbe_api.c | 1242 return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr, in ixgbe_read_iosf_sb_reg()
|
H A D | ixgbe_type.h | 3997 s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *); member
|