Home
last modified time | relevance | path

Searched refs:pAdapTemp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dgui_lib.c403 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_controller_count() local
406 while(pAdapTemp != NULL) in hpt_get_controller_count()
409 pAdapTemp = pAdapTemp->next; in hpt_get_controller_count()
417 IAL_ADAPTER_T *pAdapTemp; in hpt_get_controller_info() local
420 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in hpt_get_controller_info()
448 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_channel_info() local
451 while(pAdapTemp != NULL) in hpt_get_channel_info()
455 pAdapTemp = pAdapTemp->next; in hpt_get_channel_info()
469 if (pAdapTemp->mvChannel[bus].online == MV_TRUE) in hpt_get_channel_info()
470 pInfo->Devices[0] = VDEV_TO_ID(&pAdapTemp->VDevices[bus]); in hpt_get_channel_info()
[all …]
H A Dioctl.c70 IAL_ADAPTER_T *pAdapTemp; in get_disk_location() local
75 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()
H A Dentry.c2464 IAL_ADAPTER_T *pAdapTemp; in launch_worker_thread() local
2469 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in launch_worker_thread()
2471 _VBUS_INST(&pAdapTemp->VBus) in launch_worker_thread()
2480 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapTemp, pVDev, in launch_worker_thread()