Home
last modified time | relevance | path

Searched refs:ixgbe_clock_out_i2c_bit (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c46 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
86 return ixgbe_clock_out_i2c_bit(hw, FALSE); in ixgbe_in_i2c_byte_ack()
160 if (ixgbe_clock_out_i2c_bit(hw, FALSE)) in ixgbe_read_i2c_combined_generic_int()
2054 status = ixgbe_clock_out_i2c_bit(hw, nack); in ixgbe_read_i2c_byte_generic_int()
2332 status = ixgbe_clock_out_i2c_bit(hw, bit); in ixgbe_clock_out_i2c_byte()
2443 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data) in ixgbe_clock_out_i2c_bit() function