Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c16 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
42 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2161 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2169 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2180 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2277 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2285 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2293 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2477 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function