Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c49 static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data);
87 ixgbe_clock_in_i2c_byte(hw, byte); in ixgbe_in_i2c_byte_ack()
160 ixgbe_clock_in_i2c_byte(hw, &csum_byte); in ixgbe_read_i2c_combined_generic_int()
2122 ixgbe_clock_in_i2c_byte(hw, data); in ixgbe_read_i2c_byte_generic_int()
2368 static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data) in ixgbe_clock_in_i2c_byte() function