Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mpt/
Dmpt_raid.h70 wakeup(&mpt->raid_volumes); in mpt_raid_wakeup()
84 for (mpt_vol = (mpt)->raid_volumes; \
85 mpt_vol != (mpt)->raid_volumes + (mpt)->raid_max_volumes; \
Dmpt_raid.c198 (u_int)(vol - mpt->raid_volumes), device_get_nameunit(mpt->dev), in mpt_vol_prt()
388 if (mpt->raid_volumes != NULL && mpt->ioc_page2 != NULL) { in mpt_raid_event()
390 mpt_vol = &mpt->raid_volumes[i]; in mpt_raid_event()
658 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()
1414 mpt_vol = mpt->raid_volumes + ioc_vol->VolumePageNumber; in mpt_refresh_raid_data()
1437 mpt_vol = &mpt->raid_volumes[i]; in mpt_refresh_raid_data()
1595 if (mpt->raid_volumes) { in mpt_raid_free_mem()
1599 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
[all …]
Dmpt.c1987 mpt->raid_volumes = malloc(len, M_DEVBUF, M_NOWAIT | M_ZERO); in mpt_read_config_info_ioc()
1988 if (mpt->raid_volumes == NULL) { in mpt_read_config_info_ioc()
2001 len = sizeof(*mpt->raid_volumes->config_page) + in mpt_read_config_info_ioc()
2004 mpt_raid = &mpt->raid_volumes[i]; in mpt_read_config_info_ioc()
Dmpt.h627 struct mpt_raid_volume* raid_volumes; member