Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A DMakefile6 mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
H A Dmpt_raid.c100 DECLARE_MPT_PERSONALITY(mpt_raid, SI_ORDER_THIRD);
101 MPT_PERSONALITY_DEPEND(mpt_raid, mpt_cam, 1, 1, 1);
1619 struct mpt_raid_volume *mpt_raid; in mpt_raid_free_mem() local
1622 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
1623 if (mpt_raid->config_page) { in mpt_raid_free_mem()
1624 kfree(mpt_raid->config_page, M_DEVBUF); in mpt_raid_free_mem()
1625 mpt_raid->config_page = NULL; in mpt_raid_free_mem()
H A Dmpt.c1902 struct mpt_raid_volume *mpt_raid; in mpt_read_config_info_ioc() local
2007 mpt_raid = &mpt->raid_volumes[i]; in mpt_read_config_info_ioc()
2008 mpt_raid->config_page = in mpt_read_config_info_ioc()
2010 if (mpt_raid->config_page == NULL) { in mpt_read_config_info_ioc()
/dragonfly/sys/conf/
H A Dfiles1129 dev/disk/mpt/mpt_raid.c optional mpt