Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-buf-mapping.c11 #define MAX_SG_ENT_SZ ALIGN_DOWN(UINT_MAX, PAGE_SIZE) macro
19 len = min(length, MAX_SG_ENT_SZ); in fill_sg_entry()
48 unsigned int added = DIV_ROUND_UP(phys_vec[i].len, MAX_SG_ENT_SZ); in calc_sg_nents()
59 nents = DIV_ROUND_UP(size, MAX_SG_ENT_SZ); in calc_sg_nents()