Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
HDixgbe_x550.c802 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
805 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a()
859 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
1649 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1667 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1699 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1713 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1731 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1768 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1782 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
[all …]
HDixgbe_api.c1257 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
HDixgbe_type.h3993 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member