Home
last modified time | relevance | path

Searched refs:write_i2c_byte (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c273 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_generic; in ixgbe_init_phy_ops_generic()
2040 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
H A Dixgbe_api.c1547 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
H A Dixgbe_82599.c146 phy->ops.write_i2c_byte = ixgbe_write_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
H A Dixgbe_common.c5579 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed()
5598 status = hw->phy.ops.write_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
H A Dixgbe_type.h4144 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member