Lines Matching defs:to_copy
678 size_t copy_len, to_copy;
681 to_copy = min_t(size_t, *len, image_size - vhca_buf->length);
682 copy_len = to_copy;
683 while (to_copy) {
684 ret = mlx5vf_append_page_to_mig_buf(vhca_buf, buf, &to_copy, pos,
706 size_t copy_len, to_copy;
712 to_copy = min_t(size_t, *len, required_data);
713 copy_len = to_copy;
714 while (to_copy) {
715 ret = mlx5vf_append_page_to_mig_buf(vhca_buf, buf, &to_copy, pos,