Searched refs:read_i2c_byte (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_phy.c | 333 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 D | ixgbe_api.c | 1372 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
|
H A D | ixgbe_82599.c | 138 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599;
|
H A D | ixgbe_common.c | 4947 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 D | ixgbe_type.h | 3762 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 D | e1000_hw.h | 759 s32 (*read_i2c_byte)(struct e1000_hw *, u8, u8, u8 *); member in struct:e1000_phy_operations
|
H A D | e1000_82575.c | 172 phy->ops.read_i2c_byte = e1000_read_i2c_byte_generic;
|
H A D | e1000_phy.c | 98 phy->ops.read_i2c_byte = e1000_read_i2c_byte_null;
|
Completed in 116 milliseconds