Searched refs:pAdapTemp (Results 1 – 3 of 3) sorted by relevance
402 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_controller_count() local405 while(pAdapTemp != NULL) in hpt_get_controller_count()408 pAdapTemp = pAdapTemp->next; in hpt_get_controller_count()416 IAL_ADAPTER_T *pAdapTemp; in hpt_get_controller_info() local419 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in hpt_get_controller_info()447 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_channel_info() local450 while(pAdapTemp != NULL) in hpt_get_channel_info()454 pAdapTemp = pAdapTemp->next; in hpt_get_channel_info()467 if (pAdapTemp->mvChannel[bus].online == MV_TRUE) in hpt_get_channel_info()468 pInfo->Devices[0] = VDEV_TO_ID(&pAdapTemp->VDevices[bus]); in hpt_get_channel_info()[all …]
70 IAL_ADAPTER_T *pAdapTemp; in get_disk_location() local75 for (i=1, pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next, i++) { in get_disk_location()77 if (pDev == &pAdapTemp->VDevices[j].u.disk) { in get_disk_location()
2462 IAL_ADAPTER_T *pAdapTemp; in launch_worker_thread() local2467 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in launch_worker_thread()2469 _VBUS_INST(&pAdapTemp->VBus) in launch_worker_thread()2478 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapTemp, pVDev, in launch_worker_thread()