Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c272 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_generic; in ixgbe_init_phy_ops_generic()
2006 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic()
2022 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic()
H A Dixgbe_api.c1483 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
H A Dixgbe_82599.c145 phy->ops.read_i2c_byte = ixgbe_read_i2c_byte_82599; in ixgbe_init_phy_ops_82599()
H A Dixgbe_common.c5569 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_OSCB, in ixgbe_set_soft_rate_select_speed()
5588 status = hw->phy.ops.read_i2c_byte(hw, IXGBE_SFF_SFF_8472_ESCB, in ixgbe_set_soft_rate_select_speed()
H A Dixgbe_type.h4143 s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *); member
H A Dixgbe.c6614 hw->phy.ops.read_i2c_byte(hw, i2c.offset, in ixgbe_ioctl()