Searched refs:sect_cnt (Results 1 – 1 of 1) sorted by relevance
129 ui32 sect_cnt, sect_offset; in read_sectors() local149 sect_cnt = ftl->sects_per_page - sect_offset; in read_sectors()150 if (sect_cnt > count) in read_sectors()151 sect_cnt = count; in read_sectors()154 if (sect_cnt < ftl->sects_per_page) { in read_sectors()156 uint byte_count = sect_cnt * ftl->sect_size; in read_sectors()165 count -= sect_cnt; in read_sectors()
Completed in 3 milliseconds