Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c1702 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1716 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1734 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1771 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1785 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1791 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1809 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
2706 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sfi_x550a()
2840 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2855 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
[all …]
H A Dixgbe_api.c1311 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.h4054 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member