Home
last modified time | relevance | path

Searched defs:pDev (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c370 icp_qa_dev_get(icp_accel_dev_t *pDev) in icp_qa_dev_get()
385 icp_qa_dev_put(icp_accel_dev_t *pDev) in icp_qa_dev_put()
/freebsd/sys/dev/hptmv/
H A Dentry.c1052 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1057 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode()
1090 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ()
1128 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ()
1133 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache()
1172 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead()
1215 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
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 Dvdevice.h83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk)) argument
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c139 #define AGTIAPI_CPY_DEV_INFO(root, dev, pDev) \ argument
2586 ag_device_t *pDev; in agtiapi_PrepareSGListCB() local
4187 void agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb) in agtiapi_HandleEncryptedIOFailure()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1090 agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb) in agtiapi_HandleEncryptedIOFailure()