Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c110 struct hv_sglist { struct
118 struct hv_sglist *sgl_data; argument
192 struct hv_sglist *bounce_sgl;
350 static void storvsc_copy_sgl_to_bounce_buf(struct hv_sglist *bounce_sgl,
356 struct hv_sglist *src_sgl,
1116 sgl_node->sgl_data = malloc(sizeof(struct hv_sglist), in storvsc_attach()
1618 storvsc_destroy_bounce_buffer(struct hv_sglist *sgl) in storvsc_destroy_bounce_buffer()
1643 static struct hv_sglist *
1647 struct hv_sglist *bounce_sgl = NULL; in storvsc_create_bounce_buffer()
1688 storvsc_copy_sgl_to_bounce_buf(struct hv_sglist *bounce_sgl, in storvsc_copy_sgl_to_bounce_buf()
[all …]