Home
last modified time | relevance | path

Searched refs:swap_item (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dswap.c33 union ath10k_swap_code_seg_item *swap_item; in ath10k_swap_code_seg_fill() local
44 while (size_left >= sizeof(*swap_item)) { in ath10k_swap_code_seg_fill()
45 swap_item = (union ath10k_swap_code_seg_item *)fw_data; in ath10k_swap_code_seg_fill()
46 payload_len = __le32_to_cpu(swap_item->tlv.length); in ath10k_swap_code_seg_fill()
56 if (memcmp(swap_item->tail.magic_signature, swap_magic, in ath10k_swap_code_seg_fill()
62 __le32_to_cpu(swap_item->tail.bmi_write_addr); in ath10k_swap_code_seg_fill()
66 memcpy(virt_addr, swap_item->tlv.data, payload_len); in ath10k_swap_code_seg_fill()