Searched refs:UBI_MAX_SG_COUNT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/mtd/
H A Dubi.h23 #define UBI_MAX_SG_COUNT 64 macro
129 struct scatterlist sg[UBI_MAX_SG_COUNT];
/linux-master/drivers/mtd/ubi/
H A Dblock.c198 * the number of sg entries is limited to UBI_MAX_SG_COUNT
319 sg_init_table(pdu->usgl.sg, UBI_MAX_SG_COUNT);
352 .max_segments = UBI_MAX_SG_COUNT,
H A Deba.c753 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT);

Completed in 144 milliseconds