Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A 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()
2221 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2229 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2240 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2337 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2345 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2353 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2537 static int ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function