Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c51 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
75 return ixgbe_get_i2c_ack(hw); in ixgbe_out_i2c_byte_ack()
2099 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2107 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2118 status = ixgbe_get_i2c_ack(hw); in ixgbe_read_i2c_byte_generic_int()
2216 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2224 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2232 status = ixgbe_get_i2c_ack(hw); in ixgbe_write_i2c_byte_generic_int()
2422 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw) in ixgbe_get_i2c_ack() function