Searched refs:src_sgl_idx (Results 1 – 1 of 1) sorted by relevance
1693 int src_sgl_idx = 0; in storvsc_copy_sgl_to_bounce_buf() local1695 for (src_sgl_idx = 0; src_sgl_idx < orig_sgl_count; src_sgl_idx++) { in storvsc_copy_sgl_to_bounce_buf()1696 if (seg_bits & (1 << src_sgl_idx)) { in storvsc_copy_sgl_to_bounce_buf()1697 memcpy(bounce_sgl->sg_iov[src_sgl_idx].iov_base, in storvsc_copy_sgl_to_bounce_buf()1698 (void*)orig_sgl[src_sgl_idx].ds_addr, in storvsc_copy_sgl_to_bounce_buf()1699 orig_sgl[src_sgl_idx].ds_len); in storvsc_copy_sgl_to_bounce_buf()1701 bounce_sgl->sg_iov[src_sgl_idx].iov_len = in storvsc_copy_sgl_to_bounce_buf()1702 orig_sgl[src_sgl_idx].ds_len; in storvsc_copy_sgl_to_bounce_buf()