Searched refs:sgl_d (Results 1 – 1 of 1) sorted by relevance
989 struct tws_sg_desc64 *sgl_d = (struct tws_sg_desc64 *)sgl_dest; in tws_fill_sg_list() local993 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()995 sgl_d[i].flag = 0; in tws_fill_sg_list()996 sgl_d[i].reserved = 0; in tws_fill_sg_list()1001 struct tws_sg_desc32 *sgl_d = (struct tws_sg_desc32 *)sgl_dest; in tws_fill_sg_list() local1005 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()1007 sgl_d[i].flag = 0; in tws_fill_sg_list()1014 struct tws_sg_desc32 *sgl_d = (struct tws_sg_desc32 *)sgl_dest; in tws_fill_sg_list() local[all …]