Searched defs:ixgbe_clock_in_i2c_byte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c41 static s32 ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
81 status = ixgbe_clock_in_i2c_byte(hw, byte);
158 if (ixgbe_clock_in_i2c_byte(hw, &csum_byte))
2108 status = ixgbe_clock_in_i2c_byte(hw, data);
2345 * ixgbe_clock_in_i2c_byte - Clocks in one byte via I2C
2351 static s32 ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data) function
2356 DEBUGFUNC("ixgbe_clock_in_i2c_byte");

Completed in 83 milliseconds