<def f='src/src/sys/dev/pci/if_iwmreg.h' l='1785' ll='1791'/>
<size>8</size>
<doc f='src/src/sys/dev/pci/if_iwmreg.h' l='1777'>/**
 * struct iwm_nvm_access_resp_ver2 - response to IWM_NVM_ACCESS_CMD
 * @offset: offset in bytes into the section
 * @length: in bytes, either how much was written or read
 * @type: IWM_NVM_SECTION_TYPE_*
 * @status: 0 for success, fail otherwise
 * @data: if read operation, the data returned. Empty on write.
 */</doc>
<mbr r='iwm_nvm_access_resp::offset' o='0' t='__uint16_t'/>
<mbr r='iwm_nvm_access_resp::length' o='16' t='__uint16_t'/>
<mbr r='iwm_nvm_access_resp::type' o='32' t='__uint16_t'/>
<mbr r='iwm_nvm_access_resp::status' o='48' t='__uint16_t'/>
<mbr r='iwm_nvm_access_resp::data' o='64' t='__uint8_t []'/>
