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()
94 pAdapter = pAdapter->next; in check_VDevice_valid()
277 IAL_ADAPTER_T *pAdapter; in get_disk_info() local
289 pAdapter = pSataAdapter->IALData; in get_disk_info()
342 channelInfo = &pAdapter->mvChannel[pSataChannel->channelNumber]; in get_disk_info()
835 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in old_add_disk_to_raid01() local
1307 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in hpt_default_ioctl() local
1312 while(pAdapter != 0) in hpt_default_ioctl()
1314 pVBus = &pAdapter->VBus; in hpt_default_ioctl()
1329 pAdapter = pAdapter->next; in hpt_default_ioctl()