Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_data.c450 int buf_extra; in create_sgt() local
463 buf_extra = (PAGE_SIZE - size % PAGE_SIZE) % PAGE_SIZE; in create_sgt()
468 buf_extra = 0; in create_sgt()
506 buf_extra += abs(nr_pages) * PAGE_SIZE; in create_sgt()
528 sg_set_page(sg, pages[k], (PAGE_SIZE << pages_order[k]) - buf_extra, 0); in create_sgt()