Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dacompress.c208 sg_init_one(&state->ssg, svirt, slen); in acomp_virt_to_sg()
209 acomp_request_set_src_sg(req, &state->ssg, slen); in acomp_virt_to_sg()
217 sg_init_table(&state->ssg, 1); in acomp_virt_to_sg()
218 sg_set_page(&state->ssg, folio_page(folio, off / PAGE_SIZE), in acomp_virt_to_sg()
220 acomp_request_set_src_sg(req, &state->ssg, slen); in acomp_virt_to_sg()
/linux-6.15/include/crypto/
H A Dacompress.h61 struct scatterlist ssg; member