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

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c582 uint32_t r5or6_blks_per_row; local
712 r5or6_blks_per_row = strip_sz * data_disks_per_row;
713 stripesz = r5or6_blks_per_row * layout_map_count;
715 fst_grp = (fst_blk % stripesz) / r5or6_blks_per_row;
716 lst_grp = (lst_blk % stripesz) / r5or6_blks_per_row;
732 r5or6_blks_per_row);
736 r5or6_blks_per_row);

Completed in 102 milliseconds