Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c44 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
68 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2027 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2035 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2046 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2146 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2154 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2162 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2354 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function