Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_raid.c392 mpt_vol = NULL; in mpt_raid_event()
407 mpt_vol = NULL; in mpt_raid_event()
426 if (mpt_vol != NULL) { in mpt_raid_event()
443 if (mpt_vol != NULL) { in mpt_raid_event()
884 mpt_vol_prt(mpt, mpt_vol,
963 mpt_vol_prt(mpt, mpt_vol, in mpt_verify_mwce()
1288 mpt_vol_prt(mpt, mpt_vol, in mpt_refresh_raid_vol()
1297 mpt_vol_prt(mpt, mpt_vol, in mpt_refresh_raid_vol()
1323 mpt_vol_prt(mpt, mpt_vol, in mpt_refresh_raid_vol()
1469 mpt_vol->flags = 0; in mpt_refresh_raid_data()
[all …]
H A Dmpt_raid.h83 #define RAID_VOL_FOREACH(mpt, mpt_vol) \ argument
84 for (mpt_vol = (mpt)->raid_volumes; \
85 mpt_vol != (mpt)->raid_volumes + (mpt)->raid_max_volumes; \
86 mpt_vol++)