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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c48 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2289 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2295 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2325 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2331 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2503 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2584 * ixgbe_set_i2c_data - Sets the I2C data bit
2592 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function
2597 DEBUGFUNC("ixgbe_set_i2c_data");
2678 ixgbe_set_i2c_data(h
[all...]

Completed in 48 milliseconds