Home
last modified time | relevance | path

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

/src/sys/modules/mpt/
H A DMakefile6 mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
/src/sys/dev/mpt/
H A Dmpt_raid.c98 DECLARE_MPT_PERSONALITY(mpt_raid, SI_ORDER_THIRD);
99 MPT_PERSONALITY_DEPEND(mpt_raid, mpt_cam, 1, 1, 1);
1591 struct mpt_raid_volume *mpt_raid; in mpt_raid_free_mem() local
1594 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
1595 if (mpt_raid->config_page) { in mpt_raid_free_mem()
1596 free(mpt_raid->config_page, M_DEVBUF); in mpt_raid_free_mem()
1597 mpt_raid->config_page = NULL; in mpt_raid_free_mem()
H A Dmpt.c1895 struct mpt_raid_volume *mpt_raid; in mpt_read_config_info_ioc() local
2000 mpt_raid = &mpt->raid_volumes[i]; in mpt_read_config_info_ioc()
2001 mpt_raid->config_page = in mpt_read_config_info_ioc()
2003 if (mpt_raid->config_page == NULL) { in mpt_read_config_info_ioc()
/src/sys/conf/
H A Dfiles2506 dev/mpt/mpt_raid.c optional mpt