Lines Matching refs:nvm_resp
53 struct iwl_nvm_access_resp *nvm_resp;
62 nvm_resp = (void *)pkt->data;
63 if (le16_to_cpu(nvm_resp->status) != READ_NVM_CHUNK_SUCCEED) {
66 section, le16_to_cpu(nvm_resp->status));
83 struct iwl_nvm_access_resp *nvm_resp;
102 nvm_resp = (void *)pkt->data;
103 ret = le16_to_cpu(nvm_resp->status);
104 bytes_read = le16_to_cpu(nvm_resp->length);
105 offset_read = le16_to_cpu(nvm_resp->offset);
106 resp_data = nvm_resp->data;