Lines Matching refs:CONFIGPARMS
289 CONFIGPARMS cfg; in mpt_is_discovery_complete()
295 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4947 CONFIGPARMS cfg; in GetLanConfigPages()
5291 CONFIGPARMS cfg; in GetIoUnitPage2()
5360 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5570 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5640 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5649 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5729 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5735 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5796 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5802 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5865 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5873 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5955 CONFIGPARMS cfg; in mpt_findImVolumes()
6025 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6083 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6136 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6222 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6227 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6338 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()