Searched refs:write_i2c_byte (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_phy.c | 73 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 D | ixgbe_api.c | 1085 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
|
H A D | ixgbe_type.h | 3036 s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8); member
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 754 s32 (*write_i2c_byte)(struct e1000_hw *, u8, u8, u8); member
|
H A D | e1000_82575.c | 173 phy->ops.write_i2c_byte = e1000_write_i2c_byte_generic; in e1000_init_phy_params_82575()
|
H A D | e1000_phy.c | 99 phy->ops.write_i2c_byte = e1000_write_i2c_byte_null; in e1000_init_phy_ops_generic()
|