Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dglobal.h100 Device, *PDevice; typedef
186 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
187 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
188 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
189 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
190 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
191 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
H A Dvdevice.h199 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
206 void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
212 PDevice fGetDeviceTable(void);
215 void OsReturnTable(PDevice pDevice);
H A Dentry.c202 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError()
1053 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1058 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode()
1091 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ()
1129 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ()
1134 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache()
1173 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead()
1216 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
1708 PDevice pDevice = &pVDevice->u.disk; in fDeviceSendCommand()
H A Darray.h215 void HPTLIBAPI fCheckArray(PDevice pDevice);
H A Dhptproc.c366 get_disk_name(char *name, PDevice pDev) in get_disk_name()
H A Dioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
H A Dgui_lib.c1077 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()