Searched refs:read_i2c_byte (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c333 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_generic;
1993 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
2009 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
H A Dixgbe_api.c1372 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
H A Dixgbe_82599.c138 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599;
H A Dixgbe_common.c4947 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB,
4966 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB,
H A Dixgbe_type.h3762 s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *); member in struct:ixgbe_phy_operations
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h759 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *); member in struct:e1000_phy_operations
H A De1000_82575.c172 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic;
H A De1000_phy.c98 phy->ops.read_i2c_byte = e1000_read_i2c_byte_null;

Completed in 116 milliseconds