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

/freebsd-12-stable/sys/dev/hptmv/
H A Dglobal.h122 #define _VBUS_ARG0 PVBus _vbus_p
123 #define _VBUS_ARG PVBus _vbus_p,
124 #define _VBUS_P _vbus_p,
125 #define _VBUS_P0 _vbus_p
126 #define _VBUS_INST(x) PVBus _vbus_p = x;
127 #define _vbus_(x) (_vbus_p->x)
H A Dhptproc.c62 PVBus _vbus_p = &pAdapter->VBus; local
106 pArray = _vbus_p->pVDevice[iarray];
128 if(pVDev == _vbus_p->pVDevice[i])
188 pArray = _vbus_p->pVDevice[iarray];
223 pArray = _vbus_p->pVDevice[iarray];
510 PVBus _vbus_p = &pAdapter->VBus; local
543 pVDev = _vbus_p->pVDevice[i];
H A Dgui_lib.c76 PVBus _vbus_p; local
90 _vbus_p = &pAdapter->VBus;
582 if (!_vbus_p)
583 _vbus_p = pVDev->u.disk.pVBus;
584 else if (_vbus_p != pVDev->u.disk.pVBus)
588 _vbus_p = (ID_TO_VDEV(pParam->Members[0]))->u.disk.pVBus;
589 if (!_vbus_p) return INVALID_DEVICEID;
638 if (_vbus_p->pVDevice[i] == ID_TO_VDEV(pParam->Members[0]))
733 _vbus_p->pVDevice[Loca] = pArray;
736 pArray->pVBus = _vbus_p;
[all...]
H A Dioctl.c185 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
225 PVBus _vbus_p; local
240 _vbus_p=pArray->pVBus;
241 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
244 if(pArray == _vbus_p->pVDevice[i])
334 * GUI always use /proc/scsi/hptmv/0, so the _vbus_p param will be
359 _vbus_p = pVDev->pVBus;
361 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
H A Dentry.c121 static int fResetActiveCommands(PVBus _vbus_p);
183 PVBus _vbus_p = pVDev->pVBus; local
184 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
1254 PVBus _vbus_p = &pAdapter->VBus; local
1280 _vbus_p->OsExt = (void *)pAdapter;
1472 _vbus_p->nInstances = 1;
1476 pVDev = _vbus_p->pVDevice[channel];
1571 fResetActiveCommands(PVBus _vbus_p) argument
1573 MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter;
1582 void fCompleteAllCommandsSynchronously(PVBus _vbus_p) argument
2426 PVBus _vbus_p; local
[all...]
H A Darray.h238 #define _SET_ARRAY_BUS_(pArray) pArray->pVBus = _vbus_p;
H A Dvdevice.h236 void HPTLIBAPI fCompleteAllCommandsSynchronously(PVBus _vbus_p);

Completed in 111 milliseconds