Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_cam.c986 struct tws_sg_desc64 *sgl_s = (struct tws_sg_desc64 *)sgl_src; in tws_fill_sg_list() local
993 sgl_d[i].address = sgl_s->address; in tws_fill_sg_list()
994 sgl_d[i].length = sgl_s->length; in tws_fill_sg_list()
997 sgl_s = (struct tws_sg_desc64 *) (((u_int8_t *)sgl_s) + in tws_fill_sg_list()
1005 sgl_d[i].address = sgl_s->address; in tws_fill_sg_list()
1006 sgl_d[i].length = sgl_s->length; in tws_fill_sg_list()
1008 sgl_s = (struct tws_sg_desc64 *) (((u_int8_t *)sgl_s) + in tws_fill_sg_list()
1013 struct tws_sg_desc32 *sgl_s = (struct tws_sg_desc32 *)sgl_src; in tws_fill_sg_list() local
1020 sgl_d[i].address = sgl_s[i].address; in tws_fill_sg_list()
1021 sgl_d[i].length = sgl_s[i].length; in tws_fill_sg_list()