Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4952 CONFIGPARMS cfg; in GetLanConfigPages()
5298 CONFIGPARMS cfg; in GetIoUnitPage2()
5367 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5577 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5647 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5656 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5736 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5742 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5803 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5809 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5872 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5880 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5962 CONFIGPARMS cfg; in mpt_findImVolumes()
6031 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6089 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6142 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6228 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6233 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6344 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()