Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dnandsim.c190 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0)
315 uint64_t totsz; /* total flash size, bytes */ member
638 ns->geom.totsz = mtd->size; in init_nandsim()
643 ns->geom.pgnum = div_u64(ns->geom.totsz, ns->geom.pgsz); in init_nandsim()
644 ns->geom.totszoob = ns->geom.totsz + (uint64_t)ns->geom.pgnum * ns->geom.oobsz; in init_nandsim()
665 if (ns->geom.totsz <= (32 << 20)) { in init_nandsim()
673 if (ns->geom.totsz <= (128 << 20)) { in init_nandsim()
687 remains = ns->geom.totsz; in init_nandsim()
726 (unsigned long long)ns->geom.totsz >> 20); in init_nandsim()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_os.c4468 u32 actual_cnt, totsz; in qla2x00_set_exchoffld_buffer() local
4489 totsz = actual_cnt * size; in qla2x00_set_exchoffld_buffer()
4491 if (totsz != ha->exchoffld_size) { in qla2x00_set_exchoffld_buffer()
4499 ha->exchoffld_size = totsz; in qla2x00_set_exchoffld_buffer()
4503 max_cnt, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer()
4538 ha->exchoffld_size, actual_cnt, size, totsz); in qla2x00_set_exchoffld_buffer()