Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c13 STATIC s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
37 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2026 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2034 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2045 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2142 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2150 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2158 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2348 STATIC s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function