Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
HDglobal.h101 Device, *PDevice; typedef
181 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
182 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
183 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
184 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
185 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
186 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
HDvdevice.h199 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
206 void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
212 PDevice fGetDeviceTable(void);
215 void OsReturnTable(PDevice pDevice);
HDentry.c214 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError()
1064 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1069 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode()
1102 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ()
1140 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ()
1145 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache()
1184 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead()
1227 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
1725 PDevice pDevice = &pVDevice->u.disk; in fDeviceSendCommand()
HDarray.h215 void HPTLIBAPI fCheckArray(PDevice pDevice);
HDhptproc.c340 get_disk_name(char *name, PDevice pDev) in get_disk_name()
HDioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
HDgui_lib.c1077 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()