Searched refs:bytes_to_cpy (Results 1 – 1 of 1) sorted by relevance
626 u64 bytes_to_cpy, u64 ccs_bytes_to_cpy) in calculate_chunk_sz() argument636 return min_t(u64, bytes_to_cpy, CHUNK_SZ); in calculate_chunk_sz()641 static void get_ccs_sg_sgt(struct sgt_dma *it, u64 bytes_to_cpy) in get_ccs_sg_sgt() argument648 if (len > bytes_to_cpy) { in get_ccs_sg_sgt()649 it->dma += bytes_to_cpy; in get_ccs_sg_sgt()653 bytes_to_cpy -= len; in get_ccs_sg_sgt()658 } while (bytes_to_cpy); in get_ccs_sg_sgt()674 u64 ccs_bytes_to_cpy = 0, bytes_to_cpy; in intel_context_migrate_copy() local690 bytes_to_cpy = src_sz; in intel_context_migrate_copy()702 bytes_to_cpy = dst_sz; in intel_context_migrate_copy()[all …]