Searched refs:mpt_raid_volume (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mpt/ |
H A D | mpt_raid.c | 111 struct mpt_raid_volume *mpt_vol, int enable); 113 static void mpt_verify_mwce(struct mpt_softc *, struct mpt_raid_volume *); 114 static void mpt_adjust_queue_depth(struct mpt_softc *, struct mpt_raid_volume *, 118 static const char *mpt_vol_type(struct mpt_raid_volume *vol); 119 static const char *mpt_vol_state(struct mpt_raid_volume *vol); 121 static void mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol, 127 struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, 137 mpt_vol_type(struct mpt_raid_volume *vol) in mpt_vol_type() 152 mpt_vol_state(struct mpt_raid_volume *vol) in mpt_vol_state() 192 mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol, in mpt_vol_prt() [all …]
|
H A D | mpt.h | 467 struct mpt_raid_volume { struct 486 struct mpt_raid_volume *volume; argument 623 struct mpt_raid_volume* raid_volumes;
|
H A D | mpt.c | 1895 struct mpt_raid_volume *mpt_raid; in mpt_read_config_info_ioc() 1982 len = mpt->ioc_page2->MaxVolumes * sizeof(struct mpt_raid_volume); in mpt_read_config_info_ioc()
|