Searched refs:MAX_SG_ENT_SZ (Results 1 – 1 of 1) sorted by relevance
11 #define MAX_SG_ENT_SZ ALIGN_DOWN(UINT_MAX, PAGE_SIZE) macro19 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()