HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_get_i2c_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 57 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl);
2448 ack = ixgbe_get_i2c_data(hw, &i2cctl);
2494 *data = ixgbe_get_i2c_data(hw, &i2cctl);
2634 if (data != ixgbe_get_i2c_data(hw, i2cctl)) {
2645 * ixgbe_get_i2c_data - Reads the I2C SDA data bit
2652 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl) function in typeref:typename:bool
2657 DEBUGFUNC("ixgbe_get_i2c_data");
ixgbe_phy.c 57 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl);
2448 ack = ixgbe_get_i2c_data(hw, &i2cctl);
2494 *data = ixgbe_get_i2c_data(hw, &i2cctl);
2634 if (data != ixgbe_get_i2c_data(hw, i2cctl)) {
2645 * ixgbe_get_i2c_data - Reads the I2C SDA data bit
2652 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl) function in typeref:typename:bool
2657 DEBUGFUNC("ixgbe_get_i2c_data");

Completed in 53 milliseconds