Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dubi.h25 #define UBI_MAX_SG_COUNT 64 macro
131 struct scatterlist sg[UBI_MAX_SG_COUNT];
/openbmc/linux/include/linux/mtd/
H A Dubi.h23 #define UBI_MAX_SG_COUNT 64 macro
129 struct scatterlist sg[UBI_MAX_SG_COUNT];
/openbmc/linux/drivers/mtd/ubi/
H A Dblock.c319 sg_init_table(pdu->usgl.sg, UBI_MAX_SG_COUNT); in ubiblock_init_request()
419 blk_queue_max_segments(dev->rq, UBI_MAX_SG_COUNT); in ubiblock_create()
H A Deba.c756 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg()
/openbmc/u-boot/drivers/mtd/ubi/
H A Deba.c500 ubi_assert(sgl->list_pos < UBI_MAX_SG_COUNT); in ubi_eba_read_leb_sg()