Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_x550.c806 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
809 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a()
863 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
1653 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1671 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1703 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1717 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1735 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1772 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1786 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
[all …]
Dixgbe_api.c1312 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
Dixgbe_type.h4053 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member