Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_raid.h71 wakeup(&mpt->raid_volumes); in mpt_raid_wakeup()
85 for (mpt_vol = (mpt)->raid_volumes; \
86 mpt_vol != (mpt)->raid_volumes + (mpt)->raid_max_volumes; \
H A Dmpt_raid.c197 (u_int)(vol - mpt->raid_volumes), device_get_nameunit(mpt->dev), in mpt_vol_prt()
389 if (mpt->raid_volumes != NULL && mpt->ioc_page2 != NULL) { in mpt_raid_event()
391 mpt_vol = &mpt->raid_volumes[i]; in mpt_raid_event()
659 wakeup(&mpt->raid_volumes); in mpt_terminate_raid_thread()
678 mpt_sleep(mpt, &mpt->raid_volumes, PUSER, "idle", 0); in mpt_raid_thread()
1361 mpt->raid_volumes[i].flags &= ~MPT_RVF_REFERENCED; in mpt_refresh_raid_data()
1412 mpt_vol = mpt->raid_volumes + ioc_vol->VolumePageNumber; in mpt_refresh_raid_data()
1434 mpt_vol = &mpt->raid_volumes[i]; in mpt_refresh_raid_data()
1590 if (mpt->raid_volumes) { in mpt_raid_free_mem()
1594 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
[all …]
H A Dmpt.c1983 mpt->raid_volumes = malloc(len, M_DEVBUF, M_NOWAIT | M_ZERO); in mpt_read_config_info_ioc()
1984 if (mpt->raid_volumes == NULL) { in mpt_read_config_info_ioc()
1997 len = sizeof(*mpt->raid_volumes->config_page) + in mpt_read_config_info_ioc()
2000 mpt_raid = &mpt->raid_volumes[i]; in mpt_read_config_info_ioc()
H A Dmpt.h623 struct mpt_raid_volume* raid_volumes; member