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

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c581 uint32_t fst_col, lst_col; local
637 fst_col = fst_row_offset / strip_sz;
641 if (fst_row != lst_row || fst_col != lst_col)
649 map_idx = (map_row * total_disks_per_row) + fst_col;
738 fst_col = r5or6_fst_row_offset / strip_sz;
739 r5or6_fst_col = fst_col;
753 (map_row * total_disks_per_row) + fst_col;
759 (fst_row_offset - fst_col * strip_sz);

Completed in 52 milliseconds