Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4939 CONFIGPARMS cfg; in GetLanConfigPages()
5289 CONFIGPARMS cfg; in GetIoUnitPage2()
5360 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5578 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5648 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5657 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5737 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5743 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5804 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5810 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5873 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5881 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5963 CONFIGPARMS cfg; in mpt_findImVolumes()
6033 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6092 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6147 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6234 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6239 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6351 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()