Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4953 CONFIGPARMS cfg; in GetLanConfigPages()
5297 CONFIGPARMS cfg; in GetIoUnitPage2()
5366 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5576 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5646 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5655 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5735 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5741 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5802 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5808 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5871 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5879 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5961 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()