Lines Matching refs:pAdapter
75 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in check_VDevice_valid() local
77 while(pAdapter != NULL) in check_VDevice_valid()
80 if(&(pAdapter->VDevices[i]) == p) return 0; in check_VDevice_valid()
81 pAdapter = pAdapter->next; in check_VDevice_valid()
85 pAdapter = gIal_Adapter; in check_VDevice_valid()
86 while(pAdapter != NULL) in check_VDevice_valid()
88 _vbus_p = &pAdapter->VBus; in check_VDevice_valid()
95 pAdapter = pAdapter->next; in check_VDevice_valid()
278 IAL_ADAPTER_T *pAdapter; in get_disk_info() local
290 pAdapter = pSataAdapter->IALData; in get_disk_info()
343 channelInfo = &pAdapter->mvChannel[pSataChannel->channelNumber]; in get_disk_info()
837 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in old_add_disk_to_raid01() local
1309 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in hpt_default_ioctl() local
1314 while(pAdapter != 0) in hpt_default_ioctl()
1316 pVBus = &pAdapter->VBus; in hpt_default_ioctl()
1331 pAdapter = pAdapter->next; in hpt_default_ioctl()