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

/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_show.c262 print_spare_pools(U8 HotSparePool) argument
266 if (HotSparePool == 0) {
270 for (i = 0; HotSparePool != 0; i++) {
271 if (HotSparePool & 1) {
273 if (HotSparePool == 1)
277 HotSparePool >>= 1;
360 if (vinfo->VolumeSettings.HotSparePool != 0) {
362 print_spare_pools(vinfo->VolumeSettings.HotSparePool);
376 printf(" backs pool %d\n", ffs(spare->HotSparePool) - 1);
H A Dmpt_config.c549 vol->VolumeSettings.HotSparePool = MPI_RAID_HOT_SPARE_POOL_0;
861 if ((info->VolumeSettings.HotSparePool & ~MPI_RAID_HOT_SPARE_POOL_0) !=
863 *pool = 1 << (ffs(info->VolumeSettings.HotSparePool &
887 if (info->VolumeSettings.HotSparePool & (1 << (j + 1)))
904 info->VolumeSettings.HotSparePool |= (1 << new_pool);
1002 info->PhysDiskSettings.HotSparePool = pool;
1062 if (info->PhysDiskSettings.HotSparePool == 0) {
1208 vol->VolumeSettings.Settings, vol->VolumeSettings.HotSparePool);
H A Dmpt_drive.c62 info->PhysDiskSettings.HotSparePool == 0)
/freebsd-12-stable/sys/dev/mpr/mpi/
H A Dmpi2_raid.h151 U8 HotSparePool; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_HOT_SPARE
H A Dmpi2_cnfg.h1807 U8 HotSparePool; /* 0x01 */ member in struct:_MPI2_RAIDVOL0_SETTINGS
1812 /* RAID Volume Page 0 HotSparePool defines, also used in RAID Physical Disk */
1943 U8 HotSparePool; /* 0x02 */ member in struct:_MPI2_RAIDPHYSDISK0_SETTINGS
1948 /* use MPI2_RAID_HOT_SPARE_POOL_ defines for the HotSparePool field */
3246 U8 HotSparePool; /* 0x04 */ member in struct:_MPI2_RAIDCONFIG0_CONFIG_ELEMENT
/freebsd-12-stable/sys/dev/mps/mpi/
H A Dmpi2_raid.h141 U8 HotSparePool; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_HOT_SPARE
H A Dmpi2_cnfg.h1334 U8 HotSparePool; /* 0x01 */ member in struct:_MPI2_RAIDVOL0_SETTINGS
1339 /* RAID Volume Page 0 HotSparePool defines, also used in RAID Physical Disk */
1470 U8 HotSparePool; /* 0x02 */ member in struct:_MPI2_RAIDPHYSDISK0_SETTINGS
1475 /* use MPI2_RAID_HOT_SPARE_POOL_ defines for the HotSparePool field */
2680 U8 HotSparePool; /* 0x04 */ member in struct:_MPI2_RAIDCONFIG0_CONFIG_ELEMENT
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_raid.c1114 if (vol_pg->VolumeSettings.HotSparePool != 0) {
1116 powerof2(vol_pg->VolumeSettings.HotSparePool)
1122 if ((vol_pg->VolumeSettings.HotSparePool & mask) == 0)
1209 if (disk_pg->PhysDiskSettings.HotSparePool == 0)
1212 powerof2(disk_pg->PhysDiskSettings.HotSparePool)
1218 if ((disk_pg->PhysDiskSettings.HotSparePool & mask) == 0)
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h1158 U8 HotSparePool; /* 02h */ member in struct:_IOC_5_HOT_SPARE
2310 U8 HotSparePool; /* 01h */ /* MPI_RAID_HOT_SPARE_POOL_ */ member in struct:_RAID_VOL0_SETTINGS
2329 /* RAID Volume Page 0 HotSparePool defines, also used in RAID Physical Disk */
2430 U8 HotSparePool; /* 02h */ /* MPI_RAID_HOT_SPARE_POOL_ */ member in struct:_RAID_PHYS_DISK0_SETTINGS

Completed in 208 milliseconds