Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4950 CONFIGPARMS cfg; in GetLanConfigPages()
5296 CONFIGPARMS cfg; in GetIoUnitPage2()
5365 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5575 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5645 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5654 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5734 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5740 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5801 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5807 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5870 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5878 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5960 CONFIGPARMS cfg; in mpt_findImVolumes()
6029 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6087 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6140 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6226 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6231 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6341 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()