Searched defs:pldm_new_file_with_metadata_req (Results 1 – 1 of 1) sorted by relevance
835 struct pldm_new_file_with_metadata_req { struct836 uint16_t file_type; //!< Type of file837 uint32_t file_handle; //!< Handle to file838 uint64_t length; //!< Number of bytes in new file839 uint32_t file_meta_data_1; //!< Meta data specific to file type 1840 uint32_t file_meta_data_2; //!< Meta data specific to file type 2841 uint32_t file_meta_data_3; //!< Meta data specific to file type 3842 uint32_t file_meta_data_4; //!< Meta data specific to file type 4