Searched refs:mpt_raid (Results 1 – 4 of 4) sorted by relevance
6 mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
99 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() local1595 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()
1895 struct mpt_raid_volume *mpt_raid; in mpt_read_config_info_ioc() local2000 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()
2461 dev/mpt/mpt_raid.c optional mpt