Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dswap.c32 seg_info->target_addr = -1; in ath10k_swap_code_seg_fill()
50 seg_info->target_addr = in ath10k_swap_code_seg_fill()
78 if (!seg_info) in ath10k_swap_code_seg_free()
81 if (!seg_info->virt_address[0]) in ath10k_swap_code_seg_free()
86 seg_info->paddr[0]); in ath10k_swap_code_seg_free()
103 seg_info = devm_kzalloc(ar->dev, sizeof(*seg_info), GFP_KERNEL); in ath10k_swap_code_seg_alloc()
104 if (!seg_info) in ath10k_swap_code_seg_alloc()
115 seg_info->seg_hw_info.num_segs = in ath10k_swap_code_seg_alloc()
119 seg_info->paddr[0] = paddr; in ath10k_swap_code_seg_alloc()
121 return seg_info; in ath10k_swap_code_seg_alloc()
[all …]
/linux-6.15/drivers/s390/block/
H A Ddcssblk.c309 if (*seg_info != NULL) in dcssblk_load_segment()
314 if (*seg_info == NULL) in dcssblk_load_segment()
317 strcpy((*seg_info)->segment_name, name); in dcssblk_load_segment()
321 &(*seg_info)->start, &(*seg_info)->end); in dcssblk_load_segment()
324 kfree(*seg_info); in dcssblk_load_segment()
326 INIT_LIST_HEAD(&(*seg_info)->lh); in dcssblk_load_segment()
327 (*seg_info)->segment_type = rc; in dcssblk_load_segment()
564 struct segment_info *seg_info, *temp; in dcssblk_add_store() local
569 seg_info = NULL; in dcssblk_add_store()
738 list_del(&seg_info->lh); in dcssblk_add_store()
[all …]