Home
last modified time | relevance | path

Searched refs:pIocPg2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/message/fusion/
H A Dmptsas.c1768 if (!ioc->raid_data.pIocPg2) { in mptsas_target_alloc()
1773 if (id == ioc->raid_data.pIocPg2-> in mptsas_target_alloc()
1775 channel = ioc->raid_data.pIocPg2-> in mptsas_target_alloc()
4028 if (!ioc->ir_firmware || !ioc->raid_data.pIocPg2 || in mptsas_scan_sas_topology()
4029 !ioc->raid_data.pIocPg2->NumActiveVolumes) in mptsas_scan_sas_topology()
4033 ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID, 0); in mptsas_scan_sas_topology()
4040 ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID); in mptsas_scan_sas_topology()
4344 if (!ioc->raid_data.pIocPg2) in mptsas_hotplug_work()
4348 if (ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID == in mptsas_hotplug_work()
5139 if (!ioc->raid_data.pIocPg2) in mptsas_volume_delete()
[all …]
H A Dmptspi.c381 if (!ioc->raid_data.pIocPg2) in mptspi_is_raid()
384 if (!ioc->raid_data.pIocPg2->NumActiveVolumes) in mptspi_is_raid()
386 for (i=0; i < ioc->raid_data.pIocPg2->NumActiveVolumes; i++) { in mptspi_is_raid()
387 if (ioc->raid_data.pIocPg2->RaidVolume[i].VolumeID == id) { in mptspi_is_raid()
H A Dmptbase.h526 IOCPage2_t *pIocPg2; /* table of Raid Volumes */ member
H A Dmptbase.c2762 kfree(ioc->raid_data.pIocPg2); in mpt_adapter_disable()
5978 kfree(ioc->raid_data.pIocPg2); in mpt_findImVolumes()
5979 ioc->raid_data.pIocPg2 = NULL; in mpt_findImVolumes()
6017 ioc->raid_data.pIocPg2 = (IOCPage2_t *) mem; in mpt_findImVolumes()