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

/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dmac.c218 struct fw_hdr *hdr_itr; mac_fw_hdrs_push() local
222 for (hdr_itr = hdr; hdr_itr != NULL; hdr_itr = hdr_itr->next) { mac_fw_hdrs_push()
226 hdr_itr->length * sizeof(hdr_itr->bin[0]), mac_fw_hdrs_push()
227 hdr_itr->address); mac_fw_hdrs_push()
228 result = i1480->write(i1480, hdr_itr->address, hdr_itr->bin, mac_fw_hdrs_push()
229 hdr_itr->length*sizeof(hdr_itr->bin[0])); mac_fw_hdrs_push()
233 hdr_itr->length * sizeof(hdr_itr->bin[0]), mac_fw_hdrs_push()
234 hdr_itr->address, result); mac_fw_hdrs_push()
237 result = i1480_fw_cmp(i1480, hdr_itr); mac_fw_hdrs_push()
242 hdr_itr->length * sizeof(hdr_itr->bin[0]), mac_fw_hdrs_push()
243 hdr_itr->address, result); mac_fw_hdrs_push()
250 fw_tag, fw_name, hdr_itr->address + result); mac_fw_hdrs_push()
255 hdr_itr->address + result, verif_retry_count); mac_fw_hdrs_push()

Completed in 389 milliseconds