Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c43 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
67 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2047 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2055 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2066 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2163 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2171 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2179 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2369 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function