Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dswap.c16 struct ath10k_swap_code_seg_info *seg_info, in ath10k_swap_code_seg_fill() argument
19 u8 *virt_addr = seg_info->virt_address[0]; in ath10k_swap_code_seg_fill()
32 seg_info->target_addr = -1; in ath10k_swap_code_seg_fill()
50 seg_info->target_addr = in ath10k_swap_code_seg_fill()
63 if (seg_info->target_addr == -1) { in ath10k_swap_code_seg_fill()
67 seg_info->seg_hw_info.swap_size = __cpu_to_le32(total_payload_len); in ath10k_swap_code_seg_fill()
74 struct ath10k_swap_code_seg_info *seg_info) in ath10k_swap_code_seg_free() argument
78 if (!seg_info) in ath10k_swap_code_seg_free()
81 if (!seg_info->virt_address[0]) in ath10k_swap_code_seg_free()
84 seg_size = __le32_to_cpu(seg_info->seg_hw_info.size); in ath10k_swap_code_seg_free()
[all …]