Searched refs:mpt_raid_volume (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_raid.c | 110 struct mpt_raid_volume *mpt_vol, int enable); 112 static void mpt_verify_mwce(struct mpt_softc *, struct mpt_raid_volume *); 113 static void mpt_adjust_queue_depth(struct mpt_softc *, struct mpt_raid_volume *, 117 static const char *mpt_vol_type(struct mpt_raid_volume *vol); 118 static const char *mpt_vol_state(struct mpt_raid_volume *vol); 120 static void mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol, 126 struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, 136 mpt_vol_type(struct mpt_raid_volume *vol) in mpt_vol_type() 151 mpt_vol_state(struct mpt_raid_volume *vol) in mpt_vol_state() 191 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()
|