Searched refs:bounce_sgl (Results 1 – 1 of 1) sorted by relevance
192 struct hv_sglist *bounce_sgl; member350 static void storvsc_copy_sgl_to_bounce_buf(struct hv_sglist *bounce_sgl,1647 struct hv_sglist *bounce_sgl = NULL; in storvsc_create_bounce_buffer() local1658 bounce_sgl = sgl_node->sgl_data; in storvsc_create_bounce_buffer()1661 bounce_sgl->sg_maxseg = seg_count; in storvsc_create_bounce_buffer()1664 bounce_sgl->sg_nseg = 0; in storvsc_create_bounce_buffer()1666 bounce_sgl->sg_nseg = seg_count; in storvsc_create_bounce_buffer()1669 bounce_sgl->sg_iov[i].iov_len = buf_len; in storvsc_create_bounce_buffer()1671 return bounce_sgl; in storvsc_create_bounce_buffer()1688 storvsc_copy_sgl_to_bounce_buf(struct hv_sglist *bounce_sgl, in storvsc_copy_sgl_to_bounce_buf() argument[all …]