Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c16 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
42 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2185 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2193 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2204 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2301 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2309 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2317 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2501 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function