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

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 56 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2306 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2312 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2342 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2348 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2516 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2597 * ixgbe_set_i2c_data - Sets the I2C data bit
2605 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function in typeref:typename:s32
2610 DEBUGFUNC("ixgbe_set_i2c_data");
2691 ixgbe_set_i2c_data(hw, &i2cctl, 1)
    [all...]
ixgbe_phy.c 56 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2306 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2312 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2342 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2348 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2516 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2597 * ixgbe_set_i2c_data - Sets the I2C data bit
2605 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function in typeref:typename:s32
2610 DEBUGFUNC("ixgbe_set_i2c_data");
2691 ixgbe_set_i2c_data(hw, &i2cctl, 1)
    [all...]

Completed in 150 milliseconds