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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c48 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2226 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2232 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2262 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2268 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2440 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2521 * ixgbe_set_i2c_data - Sets the I2C data bit
2529 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function
2534 DEBUGFUNC("ixgbe_set_i2c_data");
2615 ixgbe_set_i2c_data(h
[all...]

Completed in 53 milliseconds