Home
last modified time | relevance | path

Searched refs:_vbus_p (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
H A Dglobal.h121 #define _VBUS_ARG0 PVBus _vbus_p
122 #define _VBUS_ARG PVBus _vbus_p,
123 #define _VBUS_P _vbus_p,
124 #define _VBUS_P0 _vbus_p
125 #define _VBUS_INST(x) PVBus _vbus_p = x;
126 #define _vbus_(x) (_vbus_p->x)
H A Dhptproc.c63 PVBus _vbus_p = &pAdapter->VBus; in hpt_set_asc_info() local
108 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
123 if(pVDev == _vbus_p->pVDevice[i]) in hpt_set_asc_info()
179 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
207 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
484 PVBus _vbus_p = &pAdapter->VBus; in hpt_get_info() local
517 pVDev = _vbus_p->pVDevice[i]; in hpt_get_info()
H A Dgui_lib.c74 PVBus _vbus_p; in check_VDevice_valid() local
88 _vbus_p = &pAdapter->VBus; in check_VDevice_valid()
587 if (!_vbus_p) return INVALID_DEVICEID; in hpt_create_array_v2()
731 _vbus_p->pVDevice[Loca] = pArray; in hpt_create_array_v2()
734 pArray->pVBus = _vbus_p; in hpt_create_array_v2()
943 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;} in hpt_add_disk_to_array()
993 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1; in hpt_add_spare_disk()
1011 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1; in hpt_remove_spare_disk()
1056 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1; in hpt_set_device_info()
1071 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1; in hpt_set_device_info_v2()
[all …]
H A Dioctl.c182 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;} in hpt_delete_array()
225 PVBus _vbus_p; in Kernel_DeviceIoControl() local
240 _vbus_p=pArray->pVBus; in Kernel_DeviceIoControl()
241 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
244 if(pArray == _vbus_p->pVDevice[i]) in Kernel_DeviceIoControl()
358 _vbus_p = pVDev->pVBus; in Kernel_DeviceIoControl()
360 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
H A Dentry.c122 static int fResetActiveCommands(PVBus _vbus_p);
190 PVBus _vbus_p = pVDev->pVBus; in failDevice() local
1270 PVBus _vbus_p = &pAdapter->VBus; in init_adapter() local
1292 _vbus_p->OsExt = (void *)pAdapter; in init_adapter()
1483 _vbus_p->nInstances = 1; in init_adapter()
1487 pVDev = _vbus_p->pVDevice[channel]; in init_adapter()
1583 fResetActiveCommands(PVBus _vbus_p) in fResetActiveCommands() argument
1634 KdPrint(("fMvResetBus(%p)", _vbus_p)); in fResetVBus()
1639 fResetActiveCommands(_vbus_p); in fResetVBus()
2436 PVBus _vbus_p; in hpt_worker_thread() local
[all …]
H A Darray.h236 #define _SET_ARRAY_BUS_(pArray) pArray->pVBus = _vbus_p;
H A Dvdevice.h234 void HPTLIBAPI fCompleteAllCommandsSynchronously(PVBus _vbus_p);