Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/modules/mpt/
HDMakefile7 mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
/freebsd-13-stable/sys/dev/mpt/
HDmpt_raid.c99 DECLARE_MPT_PERSONALITY(mpt_raid, SI_ORDER_THIRD);
100 MPT_PERSONALITY_DEPEND(mpt_raid, mpt_cam, 1, 1, 1);
1589 struct mpt_raid_volume *mpt_raid; in mpt_raid_free_mem() local
1592 mpt_raid = &mpt->raid_volumes[i]; in mpt_raid_free_mem()
1593 if (mpt_raid->config_page) { in mpt_raid_free_mem()
1594 free(mpt_raid->config_page, M_DEVBUF); in mpt_raid_free_mem()
1595 mpt_raid->config_page = NULL; in mpt_raid_free_mem()
HDmpt.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-13-stable/sys/conf/
HDfiles2540 dev/mpt/mpt_raid.c optional mpt