Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dglobal.h64 typedef struct _VBus *PVBus; typedef
93 PVBus pVBus;
120 #define _VBUS_ARG0 PVBus _vbus_p
121 #define _VBUS_ARG PVBus _vbus_p,
124 #define _VBUS_INST(x) PVBus _vbus_p = x;
H A Dvdevice.h49 PVBus pVBus; /* vbus this device located. Must not be NULL. */
224 void InitializeVBus(PVBus pVBus);
226 void __fRegisterVDevices(PVBus pVBus);
234 void HPTLIBAPI fCompleteAllCommandsSynchronously(PVBus _vbus_p);
241 void VBus_Config(PVBus pVBus, char *str);
H A Darray.h254 pVArray->pVBus = (PVBus)_vbus_(pFreeArrayLink);\
H A Dhptproc.c60 PVBus _vbus_p = &pAdapter->VBus; in hpt_set_asc_info()
507 PVBus _vbus_p = &pAdapter->VBus; in hpt_get_info()
H A Dentry.c116 static int fResetActiveCommands(PVBus _vbus_p);
178 PVBus _vbus_p = pVDev->pVBus; in failDevice()
984 PVBus pVBus; in fRegisterVdevice()
1249 PVBus _vbus_p = &pAdapter->VBus; in init_adapter()
1566 fResetActiveCommands(PVBus _vbus_p) in fResetActiveCommands()
1577 void fCompleteAllCommandsSynchronously(PVBus _vbus_p) in fCompleteAllCommandsSynchronously()
2411 PVBus _vbus_p; in hpt_worker_thread()
H A Dgui_lib.c74 PVBus _vbus_p; in check_VDevice_valid()
1310 PVBus pVBus; in hpt_default_ioctl()
H A Dioctl.c223 PVBus _vbus_p; in Kernel_DeviceIoControl()