Home
last modified time | relevance | path

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

/linux-6.15/drivers/accel/qaic/
H A Dqaic_data.c449 int buf_extra; in create_sgt() local
462 buf_extra = (PAGE_SIZE - size % PAGE_SIZE) % PAGE_SIZE; in create_sgt()
467 buf_extra = 0; in create_sgt()
505 buf_extra += abs(nr_pages) * PAGE_SIZE; in create_sgt()
527 sg_set_page(sg, pages[k], (PAGE_SIZE << pages_order[k]) - buf_extra, 0); in create_sgt()