Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1067 struct hv_sgl_node *sgl_node = NULL; in storvsc_attach() local
1118 sgl_node = malloc(sizeof(struct hv_sgl_node), in storvsc_attach()
1121 sgl_node->sgl_data = malloc(sizeof(struct hv_sglist), in storvsc_attach()
1128 sgl_node->sgl_data->sg_iov[j].iov_base = in storvsc_attach()
1133 sgl_node, link); in storvsc_attach()
1215 sgl_node = LIST_FIRST(&g_hv_sgl_page_pool.free_sgl_list); in storvsc_attach()
1216 LIST_REMOVE(sgl_node, link); in storvsc_attach()
1218 free(sgl_node->sgl_data->sg_iov[j].iov_base, M_DEVBUF); in storvsc_attach()
1220 free(sgl_node->sgl_data, M_DEVBUF); in storvsc_attach()
1221 free(sgl_node, M_DEVBUF); in storvsc_attach()
[all …]