Home
last modified time | relevance | path

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

/freebsd/sys/modules/mpt/
H A DMakefile6 mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
/freebsd/sys/dev/mpt/
H A Dmpt_raid.c99 DECLARE_MPT_PERSONALITY(mpt_raid, SI_ORDER_THIRD);
100 MPT_PERSONALITY_DEPEND(mpt_raid, mpt_cam, 1, 1, 1);
1592 struct mpt_raid_volume *mpt_raid; in mpt_raid_free_mem() local
1595 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
1596 if (mpt_raid->config_page) { in mpt_raid_free_mem()
1597 free(mpt_raid->config_page, M_DEVBUF); in mpt_raid_free_mem()
1598 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()
/freebsd/sys/conf/
H A Dfiles2461 dev/mpt/mpt_raid.c optional mpt