Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4943 CONFIGPARMS cfg; in GetLanConfigPages()
5293 CONFIGPARMS cfg; in GetIoUnitPage2()
5364 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5582 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5652 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5661 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5741 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5747 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5808 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5814 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5877 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5885 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5967 CONFIGPARMS cfg; in mpt_findImVolumes()
6037 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6096 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6151 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6238 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6243 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6355 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()