Searched refs:PDevice (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | global.h | 100 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 D | vdevice.h | 199 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 D | entry.c | 203 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError() 1054 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() 1059 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode() 1092 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ() 1130 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ() 1135 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache() 1174 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead() 1217 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice() 1709 PDevice pDevice = &pVDevice->u.disk; in fDeviceSendCommand()
|
| H A D | array.h | 215 void HPTLIBAPI fCheckArray(PDevice pDevice);
|
| H A D | hptproc.c | 366 get_disk_name(char *name, PDevice pDev) in get_disk_name()
|
| H A D | ioctl.c | 68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
|
| H A D | gui_lib.c | 1077 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()
|