HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_read_i2c_byte_unlocked (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 182 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
ixgbe_api.c 1488 * ixgbe_read_i2c_byte_unlocked - Reads 8 bit word via I2C from device address
1496 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, function in typeref:typename:s32
ixgbe_x550.c 153 status = ixgbe_read_i2c_byte_unlocked(hw, reg, IXGBE_PE, value);

Completed in 15 milliseconds