Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
H A Dglobal.h65 typedef struct _VBus *PVBus; typedef
94 PVBus pVBus;
121 #define _VBUS_ARG0 PVBus _vbus_p
122 #define _VBUS_ARG PVBus _vbus_p,
125 #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.h256 pVArray->pVBus = (PVBus)_vbus_(pFreeArrayLink);\
H A Dhptproc.c63 PVBus _vbus_p = &pAdapter->VBus; in hpt_set_asc_info()
484 PVBus _vbus_p = &pAdapter->VBus; in hpt_get_info()
H A Dentry.c122 static int fResetActiveCommands(PVBus _vbus_p);
190 PVBus _vbus_p = pVDev->pVBus; in failDevice()
995 PVBus pVBus; in fRegisterVdevice()
1270 PVBus _vbus_p = &pAdapter->VBus; in init_adapter()
1583 fResetActiveCommands(PVBus _vbus_p) in fResetActiveCommands()
1594 void fCompleteAllCommandsSynchronously(PVBus _vbus_p) in fCompleteAllCommandsSynchronously()
2436 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.c225 PVBus _vbus_p; in Kernel_DeviceIoControl()