Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/qaic/
H A Dqaic_data.c439 int buf_extra; in create_sgt() local
452 buf_extra = (PAGE_SIZE - size % PAGE_SIZE) % PAGE_SIZE; in create_sgt()
457 buf_extra = 0; in create_sgt()
495 buf_extra += abs(nr_pages) * PAGE_SIZE; in create_sgt()
517 sg_set_page(sg, pages[k], (PAGE_SIZE << pages_order[k]) - buf_extra, 0); in create_sgt()