Searched refs:pVDevice (Results 1 – 7 of 7) sorted by relevance
75 PVDevice pVDevice; in check_VDevice_valid() local93 pVDevice=ArrayTables(i); in check_VDevice_valid()94 if ((pVDevice->u.array.dArStamp != 0) && (pVDevice == p)) in check_VDevice_valid()106 static UCHAR get_vdev_type(PVDevice pVDevice) in get_vdev_type() argument108 switch (pVDevice->VDeviceType) { in get_vdev_type()117 static DWORD get_array_flag(PVDevice pVDevice) in get_array_flag() argument123 if(!pVDevice->vf_online) { in get_array_flag()130 if(pVDevice->u.array.rf_need_rebuild && !pVDevice->u.array.rf_duplicate_and_create) in get_array_flag()134 if(pVDevice->u.array.rf_rebuilding) in get_array_flag()138 if(pVDevice->u.array.rf_verifying) in get_array_flag()[all …]
244 if(pArray == _vbus_p->pVDevice[i]) in Kernel_DeviceIoControl()460 PVDevice pVDevice = ID_TO_VDEV(idArray); in hpt_set_array_state() local463 if(idArray == 0 || check_VDevice_valid(pVDevice)) return -1; in hpt_set_array_state()464 if(!mIsArray(pVDevice)) in hpt_set_array_state()466 if(!pVDevice->vf_online || pVDevice->u.array.rf_broken) return -1; in hpt_set_array_state()468 pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt; in hpt_set_array_state()475 if (pVDevice->u.array.rf_rebuilding || in hpt_set_array_state()476 pVDevice->u.array.rf_verifying || in hpt_set_array_state()477 pVDevice->u.array.rf_initializing) { in hpt_set_array_state()482 pVDevice->u.array.rf_auto_rebuild = 0; in hpt_set_array_state()[all …]
207 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError()220 failDevice(pCmd->pVDevice); in handleEdmaError()1007 while(j<MAX_VDEVICE_PER_VBUS && pVBus->pVDevice[j]) j++; in fRegisterVdevice()1009 pVBus->pVDevice[j] = pLogical; in fRegisterVdevice()1013 if (pVBus->pVDevice[0]->vf_bootmark) { in fRegisterVdevice()1017 do { pVBus->pVDevice[j] = pVBus->pVDevice[j-1]; } while (--j); in fRegisterVdevice()1018 pVBus->pVDevice[0] = pLogical; in fRegisterVdevice()1032 PVDevice pVDevice, pFind = NULL; in GetSpareDisk() local1037 pVDevice = &pAdapter->VDevices[i]; in GetSpareDisk()1038 if(!pVDevice) in GetSpareDisk()[all …]
125 PVDevice pVDevice[MAX_VDEVICE_PER_VBUS]; member179 if ((pVDev=pVBus->pVDevice[i])==0) continue; else193 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
106 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()128 if(pVDev == _vbus_p->pVDevice[i]) in hpt_set_asc_info()188 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()223 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()543 pVDev = _vbus_p->pVDevice[i]; in hpt_get_info()
185 #define fNotifyGUI(WhatHappen, pVDevice) ioctl_ReportEvent(WhatHappen, pVDevice) argument
100 PVDevice pVDevice; member