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

/freebsd-11-stable/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; local
104 pArray = _vbus_p->pVDevice[iarray];
126 if(pVDev == _vbus_p->pVDevice[i])
186 pArray = _vbus_p->pVDevice[iarray];
221 pArray = _vbus_p->pVDevice[iarray];
508 PVBus _vbus_p = &pAdapter->VBus; local
541 pVDev = _vbus_p->pVDevice[i];
H A Dgui_lib.c74 PVBus _vbus_p; local
88 _vbus_p = &pAdapter->VBus;
580 if (!_vbus_p)
581 _vbus_p = pVDev->u.disk.pVBus;
582 else if (_vbus_p != pVDev->u.disk.pVBus)
586 _vbus_p = (ID_TO_VDEV(pParam->Members[0]))->u.disk.pVBus;
587 if (!_vbus_p) return INVALID_DEVICEID;
636 if (_vbus_p->pVDevice[i] == ID_TO_VDEV(pParam->Members[0]))
731 _vbus_p->pVDevice[Loca] = pArray;
734 pArray->pVBus = _vbus_p;
[all...]
H A Dioctl.c183 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
223 PVBus _vbus_p; local
238 _vbus_p=pArray->pVBus;
239 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
242 if(pArray == _vbus_p->pVDevice[i])
332 * GUI always use /proc/scsi/hptmv/0, so the _vbus_p param will be
357 _vbus_p = pVDev->pVBus;
359 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
H A Dentry.c119 static int fResetActiveCommands(PVBus _vbus_p);
181 PVBus _vbus_p = pVDev->pVBus; local
182 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
1252 PVBus _vbus_p = &pAdapter->VBus; local
1278 _vbus_p->OsExt = (void *)pAdapter;
1470 _vbus_p->nInstances = 1;
1474 pVDev = _vbus_p->pVDevice[channel];
1569 fResetActiveCommands(PVBus _vbus_p) argument
1571 MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter;
1580 void fCompleteAllCommandsSynchronously(PVBus _vbus_p) argument
2424 PVBus _vbus_p; 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);

Completed in 101 milliseconds