Searched refs:write_iosf_sb_reg (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_x550.c | 976 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a() 979 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550a; in ixgbe_init_ops_X550EM_a() 1033 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x() 1823 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1841 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em() 1873 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1887 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1905 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii() 1942 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() 1956 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw() [all …]
|
| D | ixgbe_api.c | 1274 return ixgbe_call_func(hw, hw->mac.ops.write_iosf_sb_reg, (hw, reg_addr, in ixgbe_write_iosf_sb_reg()
|
| D | ixgbe_type.h | 4121 s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32); member
|