Searched defs:rte_dev_eeprom_info (Results 1 – 1 of 1) sorted by relevance
24 struct rte_dev_eeprom_info { struct25 void *data; /**< Buffer for return eeprom */26 uint32_t offset; /**< Start eeprom address for access*/27 uint32_t length; /**< Length of eeprom region to access */28 uint32_t magic; /**< Device-specific key, such as device-id */