Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c43 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
1413 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic()
1421 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic()
1432 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic()
1501 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic()
1509 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic()
1517 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic()
1658 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function