Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4942 CONFIGPARMS cfg; in GetLanConfigPages()
5292 CONFIGPARMS cfg; in GetIoUnitPage2()
5363 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5581 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5651 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5660 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5739 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5745 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5806 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5812 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5875 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5883 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5965 CONFIGPARMS cfg; in mpt_findImVolumes()
6035 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6094 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6149 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6236 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6241 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6353 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()