Home
last modified time | relevance | path

Searched refs:bounce_sgl (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c192 struct hv_sglist *bounce_sgl; member
350 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() local
1658 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 …]