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

/freebsd-current/usr.sbin/mptutil/
H A Dmpt_volume.c135 RAID_VOL0_STATUS VolumeStatus; local
162 VolumeID, 0, 0, NULL, 0, &VolumeStatus, (U32 *)&prog, sizeof(prog),
171 printf(" state: %s\n", mpt_volstate(VolumeStatus.State));
173 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_ENABLED)
177 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_QUIESCED)
179 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS)
181 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE)
183 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_BAD_BLOCK_TABLE_FULL)
186 if (VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS) {
H A Dmpt_cmd.c496 U32 ActionDataWord, void *buf, int len, RAID_VOL0_STATUS *VolumeStatus,
540 if (VolumeStatus != NULL)
541 *((U32 *)VolumeStatus) = raid_act.volume_status;
495 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, U32 ActionDataWord, void *buf, int len, RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) argument
H A Dmptutil.h110 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
H A Dmpt_config.c543 vol->VolumeStatus.Flags = MPI_RAIDVOL0_STATUS_FLAG_ENABLED;
544 vol->VolumeStatus.State = MPI_RAIDVOL0_STATUS_STATE_OPTIMAL;
1203 mpt_volstate(vol->VolumeStatus.State), vol->VolumeStatus.Flags);
H A Dmpt_show.c209 state = mpt_volstate(info->VolumeStatus.State);
432 volumes[i]->VolumeStatus.State));
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_raid.h170 U32 VolumeStatus; /* 14h */ member in struct:_MSG_RAID_ACTION_REPLY
H A Dmpi_cnfg.h255 * New status value for RAID Volume Page 0 VolumeStatus
2239 /* RAID Volume Page 0 VolumeStatus defines */
2298 RAID_VOL0_STATUS VolumeStatus; /* 08h */ member in struct:_CONFIG_PAGE_RAID_VOL_0
/freebsd-current/sys/dev/mpt/
H A Dmpt_raid.c154 switch (vol->config_page->VolumeStatus.State) {
854 enabled = vol_pg->VolumeStatus.Flags & MPI_RAIDVOL0_STATUS_FLAG_ENABLED;
907 resyncing = vol_pg->VolumeStatus.Flags
1296 if ((vol_pg->VolumeStatus.Flags
1420 || (vol_pg->VolumeStatus.Flags
1454 if (vol_pg->VolumeStatus.State !=
1466 if (vol_pg->VolumeStatus.Flags == 0) {
1472 switch (vol_pg->VolumeStatus.Flags & m) {
1491 if ((vol_pg->VolumeStatus.Flags
1710 resyncing = vol_pg->VolumeStatus
[all...]
H A Dmpt_user.c496 res->volume_status = reply->VolumeStatus;
H A Dmpt.c3114 MPT_2_HOST16(volp, VolumeStatus.Reserved);

Completed in 219 milliseconds