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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_raid.h70 wakeup(&mpt->raid_volumes);
84 for (mpt_vol = (mpt)->raid_volumes; \
85 mpt_vol != (mpt)->raid_volumes + (mpt)->raid_max_volumes; \
H A Dmpt_raid.c198 (u_int)(vol - mpt->raid_volumes), device_get_nameunit(mpt->dev),
388 if (mpt->raid_volumes != NULL && mpt->ioc_page2 != NULL) {
390 mpt_vol = &mpt->raid_volumes[i];
658 wakeup(&mpt->raid_volumes);
678 mpt_sleep(mpt, &mpt->raid_volumes, PUSER, "idle", 0);
1361 mpt->raid_volumes[i].flags &= ~MPT_RVF_REFERENCED;
1414 mpt_vol = mpt->raid_volumes + ioc_vol->VolumePageNumber;
1437 mpt_vol = &mpt->raid_volumes[i];
1595 if (mpt->raid_volumes) {
1599 mpt_raid = &mpt->raid_volumes[
[all...]
H A Dmpt.c1989 mpt->raid_volumes = malloc(len, M_DEVBUF, M_NOWAIT | M_ZERO);
1990 if (mpt->raid_volumes == NULL) {
2003 len = sizeof(*mpt->raid_volumes->config_page) +
2006 mpt_raid = &mpt->raid_volumes[i];
H A Dmpt.h626 struct mpt_raid_volume* raid_volumes; member in struct:mpt_softc

Completed in 112 milliseconds