Searched refs:seg_hw_info (Results 1 – 2 of 2) sorted by relevance
78 seg_info->seg_hw_info.swap_size = __cpu_to_le32(total_payload_len); in ath10k_swap_code_seg_fill()95 seg_size = __le32_to_cpu(seg_info->seg_hw_info.size); in ath10k_swap_code_seg_free()125 seg_info->seg_hw_info.bus_addr[0] = __cpu_to_le32(paddr); in ath10k_swap_code_seg_alloc()126 seg_info->seg_hw_info.size = __cpu_to_le32(swap_bin_len); in ath10k_swap_code_seg_alloc()127 seg_info->seg_hw_info.swap_size = __cpu_to_le32(swap_bin_len); in ath10k_swap_code_seg_alloc()128 seg_info->seg_hw_info.num_segs = in ath10k_swap_code_seg_alloc()130 seg_info->seg_hw_info.size_log2 = __cpu_to_le32(ilog2(swap_bin_len)); in ath10k_swap_code_seg_alloc()151 &seg_info->seg_hw_info, in ath10k_swap_code_seg_configure()152 sizeof(seg_info->seg_hw_info)); in ath10k_swap_code_seg_configure()
57 struct ath10k_swap_code_seg_hw_info seg_hw_info; member