Lines Matching defs:byte_offset

58 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
1996 * @byte_offset: EEPROM byte offset to read
2001 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
2006 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
2014 * @byte_offset: byte offset at address 0xA2
2019 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
2022 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
2030 * @byte_offset: EEPROM byte offset to write
2035 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
2040 return hw->phy.ops.write_i2c_byte(hw, byte_offset,
2063 * @byte_offset: byte offset to read
2071 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
2085 if (ixgbe_is_sfp_probe(hw, byte_offset, dev_addr))
2103 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2153 * @byte_offset: byte offset to read
2160 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
2163 return ixgbe_read_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2170 * @byte_offset: byte offset to read
2177 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
2180 return ixgbe_read_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2187 * @byte_offset: byte offset to write
2195 static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
2220 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2259 * @byte_offset: byte offset to write
2266 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
2269 return ixgbe_write_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2276 * @byte_offset: byte offset to write
2283 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
2286 return ixgbe_write_i2c_byte_generic_int(hw, byte_offset, dev_addr,