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

/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_request.c528 uint16_t layout_map_count; local
566 layout_map_count = GET_LE16((uint8_t *)(&raid_map->layout_map_count));
616 layout_map_count - 1) {
637 (offload_to_mirror >= layout_map_count - 1) ?
639 if(offload_to_mirror >= layout_map_count)
646 * increment it beyond the range of device->layout_map_count -1.
649 device->raid_level == SA_RAID_6) && layout_map_count > 1) {
653 stripesz = r5or6_blks_per_row * layout_map_count;
H A Dsmartpqi_discovery.c725 phys_dev_num = LE_16(raid_map->layout_map_count) *
737 if (LE_16(raid_map->layout_map_count) != 2) {
742 if (LE_16(raid_map->layout_map_count) != 3) {
748 LE_16(raid_map->layout_map_count) > 1) {
1179 phys_dev_num = LE_16(raid_map->layout_map_count) *
H A Dsmartpqi_structures.h791 uint16_t layout_map_count; /* layout maps (1 map per mirror/parity member in struct:raid_map

Completed in 112 milliseconds