Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c22 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl);
2526 ack = ixgbe_get_i2c_data(hw, &i2cctl); in ixgbe_get_i2c_ack()
2570 *data = ixgbe_get_i2c_data(hw, &i2cctl); in ixgbe_clock_in_i2c_bit()
2701 if (data != ixgbe_get_i2c_data(hw, i2cctl)) { in ixgbe_set_i2c_data()
2717 static bool ixgbe_get_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl) in ixgbe_get_i2c_data() function