Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4923 CONFIGPARMS cfg; in GetLanConfigPages()
5267 CONFIGPARMS cfg; in GetIoUnitPage2()
5336 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5546 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5616 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5625 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5705 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5711 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5772 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5778 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5841 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5849 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5931 CONFIGPARMS cfg; in mpt_findImVolumes()
6001 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6059 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6112 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6198 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6203 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6314 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()