Searched refs:write_iosf_sb_reg (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/dev/netif/ix/ |
| HD | ixgbe_x550.c | 802 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a() 805 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a() 859 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x() 1649 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1667 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1699 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1713 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1731 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1768 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() 1782 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() [all …]
|
| HD | ixgbe_api.c | 1257 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
|
| HD | ixgbe_type.h | 3993 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member
|