Searched refs:len_to_copy (Results 1 – 2 of 2) sorted by relevance
9637 t_u32 len_to_copy = 0; local9648 len_to_copy = left_len;9650 len_to_copy = 1024;9651 header.len = (t_u16)(len_to_copy + sizeof(t_u32));9656 moal_memcpy_ext(phandle, dest, src, len_to_copy,9659 dest += len_to_copy;9660 src += len_to_copy;9661 left_len -= len_to_copy;9665 total_len += pad + len_to_copy + sizeof(mem_dump_header);
2129 int len_to_copy; in ufshcd_copy_sense_data() local2132 len_to_copy = min_t(int, UFS_SENSE_SIZE, len); in ufshcd_copy_sense_data()2135 len_to_copy); in ufshcd_copy_sense_data()