Searched refs:pIocPg3 (Results 1 – 5 of 5) sorted by relevance
2225 if (!ioc->raid_data.pIocPg3) in mptscsih_is_phys_disk()2227 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_is_phys_disk()2228 if ((id == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskID) && in mptscsih_is_phys_disk()2229 (channel == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskBus)) { in mptscsih_is_phys_disk()2241 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_is_phys_disk()2243 ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskNum); in mptscsih_is_phys_disk()2251 ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskNum, in mptscsih_is_phys_disk()2303 if (!ioc->raid_data.pIocPg3) in mptscsih_raid_id_to_num()2305 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_raid_id_to_num()2306 if ((id == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskID) && in mptscsih_raid_id_to_num()[all …]
527 IOCPage3_t *pIocPg3; /* table of physical disks */ member
2750 kfree(ioc->raid_data.pIocPg3); in mpt_adapter_disable()2752 ioc->raid_data.pIocPg3 = NULL; in mpt_adapter_disable()6041 kfree(ioc->raid_data.pIocPg3); in mpt_read_ioc_pg_3()6042 ioc->raid_data.pIocPg3 = NULL; in mpt_read_ioc_pg_3()6079 ioc->raid_data.pIocPg3 = (IOCPage3_t *) mem; in mpt_read_ioc_pg_3()
1133 pg3 = ioc->raid_data.pIocPg3; in mpt_work_wrapper()
4163 if (!ioc->raid_data.pIocPg3) in mptsas_find_phyinfo_by_phys_disk_num()