HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_read_eeprom (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 106 s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data);
ixgbe_api.c 838 * ixgbe_read_eeprom - Read word from EEPROM
845 s32 ixgbe_read_eeprom(struct ixgbe_hw *hw, u16 offset, u16 *data) function in typeref:typename:s32
ixgbe_82599.c 605 ixgbe_read_eeprom(hw, IXGBE_EEPROM_CTRL_2, &ee_ctrl_2);
ixgbe_x550.c 3978 status = ixgbe_read_eeprom(hw, NVM_INIT_CTRL_3, &hw->eeprom.ctrl_word_3);

Completed in 17 milliseconds