Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hptmv/
Dglobal.h102 Device, *PDevice; typedef
188 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
189 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
190 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
191 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
192 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
193 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
Dvdevice.h201 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
208 void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
214 PDevice fGetDeviceTable(void);
217 void OsReturnTable(PDevice pDevice);
Dentry.c207 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError()
1058 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1063 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode()
1096 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ()
1134 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ()
1139 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache()
1178 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead()
1221 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
1713 PDevice pDevice = &pVDevice->u.disk; in fDeviceSendCommand()
Darray.h217 void HPTLIBAPI fCheckArray(PDevice pDevice);
Dhptproc.c368 get_disk_name(char *name, PDevice pDev) in get_disk_name()
Dioctl.c70 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
Dgui_lib.c1079 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()