X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fethdev%2Frte_dev_info.h;h=cb2fe0ae97018851e5a518b070c748c9100a8fcf;hb=edcf22c6d3898efd6ce346f1c6fa1264181c8d09;hp=7a6b61fdb7d7f483a714399e168942e2e7b42ab5;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/ethdev/rte_dev_info.h b/lib/ethdev/rte_dev_info.h index 7a6b61fdb7..cb2fe0ae97 100644 --- a/lib/ethdev/rte_dev_info.h +++ b/lib/ethdev/rte_dev_info.h @@ -19,21 +19,21 @@ struct rte_dev_reg_info { }; /* - * Placeholder for accessing device eeprom + * Placeholder for accessing device EEPROM */ struct rte_dev_eeprom_info { - void *data; /**< Buffer for return eeprom */ - uint32_t offset; /**< Start eeprom address for access*/ - uint32_t length; /**< Length of eeprom region to access */ + void *data; /**< Buffer for return EEPROM */ + uint32_t offset; /**< Start EEPROM address for access*/ + uint32_t length; /**< Length of EEPROM region to access */ uint32_t magic; /**< Device-specific key, such as device-id */ }; /** - * Placeholder for accessing plugin module eeprom + * Placeholder for accessing plugin module EEPROM */ struct rte_eth_dev_module_info { - uint32_t type; /**< Type of plugin module eeprom */ - uint32_t eeprom_len; /**< Length of plugin module eeprom */ + uint32_t type; /**< Type of plugin module EEPROM */ + uint32_t eeprom_len; /**< Length of plugin module EEPROM */ }; /* EEPROM Standards for plug in modules */