Searched refs:write_iosf_sb_reg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_x550.c | 802 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a() 855 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x() 1581 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1599 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1631 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1645 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1663 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1700 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() 1714 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() 1720 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() [all …]
|
| H A D | ixgbe_api.c | 1340 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
|
| H A D | ixgbe_type.h | 4137 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member
|