Searched refs:nvm_code_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h69 struct nvm_code_entry { struct
200 struct nvm_code_entry code[1]; /* Up to MAX_NVM_DIR_ENTRIES */
202 #define NVM_DIR_SIZE(_num_images) (sizeof(struct nvm_dir) + (_num_images - 1) * sizeof(struct nvm_code_entry) + NVM_CRC_SIZE)

Completed in 189 milliseconds