Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dglobal.h120 #define _VBUS_ARG0 PVBus _vbus_p
121 #define _VBUS_ARG PVBus _vbus_p,
122 #define _VBUS_P _vbus_p,
123 #define _VBUS_P0 _vbus_p
124 #define _VBUS_INST(x) PVBus _vbus_p = x;
125 #define _vbus_(x) (_vbus_p->x)
H A Dhptproc.c60 PVBus _vbus_p = &pAdapter->VBus; in hpt_set_asc_info() local
104 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
126 if(pVDev == _vbus_p->pVDevice[i]) in hpt_set_asc_info()
186 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
221 pArray = _vbus_p->pVDevice[iarray]; in hpt_set_asc_info()
507 PVBus _vbus_p = &pAdapter->VBus; in hpt_get_info() local
540 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()
586 _vbus_p = (ID_TO_VDEV(pParam->Members[0]))->u.disk.pVBus; in hpt_create_array_v2()
587 if (!_vbus_p) return INVALID_DEVICEID; in hpt_create_array_v2()
636 if (_vbus_p->pVDevice[i] == ID_TO_VDEV(pParam->Members[0])) 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()
839 if (pArray1->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;} in old_add_disk_to_raid01()
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()
[all …]
H A Dioctl.c183 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;} in hpt_delete_array()
223 PVBus _vbus_p; in Kernel_DeviceIoControl() local
238 _vbus_p=pArray->pVBus; in Kernel_DeviceIoControl()
239 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
242 if(pArray == _vbus_p->pVDevice[i]) in Kernel_DeviceIoControl()
357 _vbus_p = pVDev->pVBus; in Kernel_DeviceIoControl()
359 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
H A Dentry.c116 static int fResetActiveCommands(PVBus _vbus_p);
178 PVBus _vbus_p = pVDev->pVBus; in failDevice() local
179 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in failDevice()
1249 PVBus _vbus_p = &pAdapter->VBus; in init_adapter() local
1275 _vbus_p->OsExt = (void *)pAdapter; in init_adapter()
1467 _vbus_p->nInstances = 1; in init_adapter()
1471 pVDev = _vbus_p->pVDevice[channel]; in init_adapter()
1566 fResetActiveCommands(PVBus _vbus_p) in fResetActiveCommands() argument
1568 MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter; in fResetActiveCommands()
1577 void fCompleteAllCommandsSynchronously(PVBus _vbus_p) in fCompleteAllCommandsSynchronously() argument
2411 PVBus _vbus_p; 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);