Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c15 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
41 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
1731 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
1739 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
1750 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
1847 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
1855 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
1863 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2047 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function