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

/freebsd-current/sys/dev/hptmv/
H A Dvdevice.h49 PVBus pVBus; /* vbus this device located. Must not be NULL. */ member in struct:_VDevice
173 if (_pChan->pChipInstance->pVBus!=_pVBus) ; else
175 #define FOR_EACH_DEV_ON_VBUS(pVBus, pVDev, i) \
177 if ((pVDev=pVBus->pVDevice[i])==0) continue; else
180 #define FOR_EACH_VBUS(pVBus) \
181 for(pVBus = gVBus; pVBus < &gVBus[MAX_VBUS]; pVBus++) \
183 #define FOR_EACH_ARRAY_ON_ALL_VBUS(pVBus, pArray, i) \
184 for(pVBus
[all...]
H A Dcommand.h254 #define mWaitingForIdle(pVBus) ((pVBus)->IdleRoutinesFirst!=(pVBus)->IdleRoutinesLast)
H A Darray.h236 #define _SET_ARRAY_BUS_(pArray) pArray->pVBus = _vbus_p;
246 _vbus_(pFreeArrayLink) = (PVDevice)_vbus_(pFreeArrayLink)->pVBus; \
254 pVArray->pVBus = (PVBus)_vbus_(pFreeArrayLink);\
H A Dgui_lib.c581 _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;
734 pArray->pVBus = _vbus_p;
839 if (pArray1->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
943 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
993 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1;
1011 if (pVDevice->u.disk.pVBus!=_vbus_p) return -1;
1030 if (pVDevice->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
1056 if (pVDevice->u.disk.pVBus!
1310 PVBus pVBus; local
[all...]
H A Dentry.c178 PVBus _vbus_p = pVDev->pVBus;
382 pVDev->u.disk.pVBus = &pAdapter->VBus;
383 pVDev->pVBus = &pAdapter->VBus;
984 PVBus pVBus; local
998 pVBus = &pAdapter->VBus;
999 if(pVBus)
1002 while(j<MAX_VDEVICE_PER_VBUS && pVBus->pVDevice[j]) j++;
1004 pVBus->pVDevice[j] = pLogical;
1005 pLogical->pVBus = pVBus;
[all...]
H A Dioctl.c183 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
238 _vbus_p=pArray->pVBus;
357 _vbus_p = pVDev->pVBus;
382 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
404 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
420 pAdapter=(IAL_ADAPTER_T *)pArray->pVBus->OsExt;
466 pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt;
H A Dglobal.h93 PVBus pVBus; member in struct:_Device

Completed in 133 milliseconds