Home
last modified time | relevance | path

Searched refs:mpt_vol (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c111 struct mpt_raid_volume *mpt_vol, int enable);
237 struct mpt_raid_volume *mpt_vol; in mpt_raid_async() local
247 RAID_VOL_FOREACH(mpt, mpt_vol) { in mpt_raid_async()
248 if ((mpt_vol->flags & MPT_RVF_ACTIVE) == 0) in mpt_raid_async()
251 if (mpt_vol->config_page->VolumeID in mpt_raid_async()
253 mpt_adjust_queue_depth(mpt, mpt_vol, path); in mpt_raid_async()
376 struct mpt_raid_volume *mpt_vol; in mpt_raid_event() local
388 mpt_vol = NULL; in mpt_raid_event()
392 mpt_vol = &mpt->raid_volumes[i]; in mpt_raid_event()
393 vol_pg = mpt_vol->config_page; in mpt_raid_event()
[all …]
H A Dmpt_raid.h84 #define RAID_VOL_FOREACH(mpt, mpt_vol) \ argument
85 for (mpt_vol = (mpt)->raid_volumes; \
86 mpt_vol != (mpt)->raid_volumes + (mpt)->raid_max_volumes; \
87 mpt_vol++)