HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_get_i2c_ack (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 51 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw);
75 return ixgbe_get_i2c_ack(hw);
2099 status = ixgbe_get_i2c_ack(hw);
2107 status = ixgbe_get_i2c_ack(hw);
2118 status = ixgbe_get_i2c_ack(hw);
2216 status = ixgbe_get_i2c_ack(hw);
2224 status = ixgbe_get_i2c_ack(hw);
2232 status = ixgbe_get_i2c_ack(hw);
2417 * ixgbe_get_i2c_ack - Polls for I2C ACK
2422 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw function in typeref:typename:s32
    [all...]

Completed in 12 milliseconds