Searched refs:bytes_to_cpy (Results 1 – 1 of 1) sorted by relevance
642 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument652 return min_t(u64, bytes_to_cpy, CHUNK_SZ); in calculate_chunk_sz()657 static void get_ccs_sg_sgt(struct sgt_dma *it, u64 bytes_to_cpy) in get_ccs_sg_sgt() argument664 if (len > bytes_to_cpy) { in get_ccs_sg_sgt()665 it->dma += bytes_to_cpy; in get_ccs_sg_sgt()669 bytes_to_cpy -= len; in get_ccs_sg_sgt()674 } while (bytes_to_cpy); in get_ccs_sg_sgt()690 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local706 bytes_to_cpy = src_sz; in intel_context_migrate_copy()718 bytes_to_cpy = dst_sz; in intel_context_migrate_copy()[all …]