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

/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_phy.c48 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2236 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2242 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2272 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2278 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2446 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2527 * ixgbe_set_i2c_data - Sets the I2C data bit
2535 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function
2540 DEBUGFUNC("ixgbe_set_i2c_data");
2621 ixgbe_set_i2c_data(h
[all...]

Completed in 71 milliseconds