Lines Matching refs:byte_offset

2087  *  @byte_offset: EEPROM byte offset to read
2092 int ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
2095 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
2103 * @byte_offset: byte offset at address 0xA2
2108 int ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
2111 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
2119 * @byte_offset: EEPROM byte offset to write
2124 int ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
2127 return hw->phy.ops.write_i2c_byte(hw, byte_offset,
2150 * @byte_offset: byte offset to read
2158 static int ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
2169 if (ixgbe_is_sfp_probe(hw, byte_offset, dev_addr))
2189 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2241 * @byte_offset: byte offset to read
2248 int ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
2251 return ixgbe_read_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2258 * @byte_offset: byte offset to read
2265 int ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
2268 return ixgbe_read_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2275 * @byte_offset: byte offset to write
2283 static int ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset,
2305 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2344 * @byte_offset: byte offset to write
2351 int ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
2354 return ixgbe_write_i2c_byte_generic_int(hw, byte_offset, dev_addr,
2361 * @byte_offset: byte offset to write
2368 int ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
2371 return ixgbe_write_i2c_byte_generic_int(hw, byte_offset, dev_addr,