Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c801 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
854 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
1571 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1589 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1620 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1637 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1651 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1689 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1706 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1726 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
[all …]
H A Dixgbe_api.c1308 return ixgbe_call_func(hw, hw->mac.ops.read_iosf_sb_reg, (hw, reg_addr, in ixgbe_read_iosf_sb_reg()
H A Dixgbe_type.h4114 s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *); member