Home
last modified time | relevance | path

Searched refs:pIocPg3 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/message/fusion/
Dmptscsih.c2132 if (!ioc->raid_data.pIocPg3) in mptscsih_is_phys_disk()
2134 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_is_phys_disk()
2135 if ((id == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskID) && in mptscsih_is_phys_disk()
2136 (channel == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskBus)) { in mptscsih_is_phys_disk()
2148 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_is_phys_disk()
2150 ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskNum); in mptscsih_is_phys_disk()
2158 ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskNum, in mptscsih_is_phys_disk()
2210 if (!ioc->raid_data.pIocPg3) in mptscsih_raid_id_to_num()
2212 for (i = 0; i < ioc->raid_data.pIocPg3->NumPhysDisks; i++) { in mptscsih_raid_id_to_num()
2213 if ((id == ioc->raid_data.pIocPg3->PhysDisk[i].PhysDiskID) && in mptscsih_raid_id_to_num()
[all …]
Dmptbase.h527 IOCPage3_t *pIocPg3; /* table of physical disks */ member
Dmptbase.c2763 kfree(ioc->raid_data.pIocPg3); in mpt_adapter_disable()
2765 ioc->raid_data.pIocPg3 = NULL; in mpt_adapter_disable()
6044 kfree(ioc->raid_data.pIocPg3); in mpt_read_ioc_pg_3()
6045 ioc->raid_data.pIocPg3 = NULL; in mpt_read_ioc_pg_3()
6083 ioc->raid_data.pIocPg3 = (IOCPage3_t *) mem; in mpt_read_ioc_pg_3()
Dmptspi.c1124 pg3 = ioc->raid_data.pIocPg3; in mpt_work_wrapper()
Dmptsas.c4180 if (!ioc->raid_data.pIocPg3) in mptsas_find_phyinfo_by_phys_disk_num()