Lines Matching refs:CONFIGPARMS
285 CONFIGPARMS cfg; in mpt_is_discovery_complete()
291 memset(&cfg, 0, sizeof(CONFIGPARMS)); in mpt_is_discovery_complete()
4947 CONFIGPARMS cfg; in GetLanConfigPages()
5293 CONFIGPARMS cfg; in GetIoUnitPage2()
5362 CONFIGPARMS cfg; in mpt_GetScsiPortSettings()
5572 CONFIGPARMS cfg; in mpt_readScsiDevicePageHeaders()
5642 CONFIGPARMS cfg; in mpt_inactive_raid_volumes()
5651 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_inactive_raid_volumes()
5731 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg0()
5737 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg0()
5798 CONFIGPARMS cfg; in mpt_raid_phys_disk_get_num_paths()
5804 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_get_num_paths()
5867 CONFIGPARMS cfg; in mpt_raid_phys_disk_pg1()
5875 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_raid_phys_disk_pg1()
5957 CONFIGPARMS cfg; in mpt_findImVolumes()
6026 CONFIGPARMS cfg; in mpt_read_ioc_pg_3()
6084 CONFIGPARMS cfg; in mpt_read_ioc_pg_4()
6137 CONFIGPARMS cfg; in mpt_read_ioc_pg_1()
6223 CONFIGPARMS cfg; in mpt_get_manufacturing_pg_0()
6228 memset(&cfg, 0 , sizeof(CONFIGPARMS)); in mpt_get_manufacturing_pg_0()
6338 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config()