Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1062 struct hv_sgl_node *sgl_node = NULL; in storvsc_attach() local
1128 sgl_node, link); in storvsc_attach()
1211 LIST_REMOVE(sgl_node, link); in storvsc_attach()
1215 free(sgl_node->sgl_data, M_DEVBUF); in storvsc_attach()
1216 free(sgl_node, M_DEVBUF); in storvsc_attach()
1271 LIST_REMOVE(sgl_node, link); in storvsc_detach()
1276 free(sgl_node, M_DEVBUF); in storvsc_detach()
1626 LIST_REMOVE(sgl_node, link); in storvsc_destroy_bounce_buffer()
1627 sgl_node->sgl_data = sgl; in storvsc_destroy_bounce_buffer()
1657 LIST_REMOVE(sgl_node, link); in storvsc_create_bounce_buffer()
[all …]