Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c73 phy->ops.write_i2c_byte = &ixgbe_write_i2c_byte_generic; in ixgbe_init_phy_ops_generic()
1368 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
H A Dixgbe_api.c1085 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
H A Dixgbe_type.h3036 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_hw.h754 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8); member
H A De1000_82575.c173 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c99 phy->ops.write_i2c_byte = e1000_write_i2c_byte_null; in e1000_init_phy_ops_generic()