Lines Matching refs:pAdapter
77 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in check_VDevice_valid() local
79 while(pAdapter != NULL) in check_VDevice_valid()
82 if(&(pAdapter->VDevices[i]) == p) return 0; in check_VDevice_valid()
83 pAdapter = pAdapter->next; in check_VDevice_valid()
87 pAdapter = gIal_Adapter; in check_VDevice_valid()
88 while(pAdapter != NULL) in check_VDevice_valid()
90 _vbus_p = &pAdapter->VBus; in check_VDevice_valid()
97 pAdapter = pAdapter->next; in check_VDevice_valid()
280 IAL_ADAPTER_T *pAdapter; in get_disk_info() local
292 pAdapter = pSataAdapter->IALData; in get_disk_info()
345 channelInfo = &pAdapter->mvChannel[pSataChannel->channelNumber]; in get_disk_info()
839 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in old_add_disk_to_raid01() local
1311 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in hpt_default_ioctl() local
1316 while(pAdapter != 0) in hpt_default_ioctl()
1318 pVBus = &pAdapter->VBus; in hpt_default_ioctl()
1333 pAdapter = pAdapter->next; in hpt_default_ioctl()