Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c1658 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1675 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()
1727 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1744 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1764 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
2651 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sfi_x550a()
2803 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2816 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2829 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
[all …]
H A Dixgbe_api.c1263 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.h4015 s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *); member