Searched refs:pDev (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h186 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.h83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
199 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
H A Dentry.c1056 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) argument
1058 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer);
1061 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) argument
1063 MV_SATA_CHANNEL *pSataChannel = pDev->mv;
1069 pDev->bDeModeSetting = NewMode;
1094 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) argument
1096 MV_SATA_CHANNEL *pSataChannel = pDev->mv;
1132 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) argument
1137 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) argument
1139 MV_SATA_CHANNEL *pSataChannel = pDev
1176 fDeSetReadAhead(PDevice pDev, int enable) argument
1219 IdeRegisterVDevice(PDevice pDev) argument
[all...]
H A Dhptproc.c366 get_disk_name(char *name, PDevice pDev) argument
369 MV_SATA_CHANNEL *pMvSataChannel = pDev->mv;
565 /* gmm 2001-6-19: Check if pDev has been added to an array. */
H A Dioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel) argument
77 if (pDev == &pAdapTemp->VDevices[j].u.disk) {
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.h100 void agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb);
H A Dlxencrypt.c1091 agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb) argument
1104 pCard = pDev->pCard;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c140 #define AGTIAPI_CPY_DEV_INFO(root, dev, pDev) \
141 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
142 wwncpy(pDev);
2620 ag_device_t *pDev; local
2836 pDev = &pmcsc->pDevList[INDEX(pmcsc, pccb->targetId)];
2840 (pDev->flags & EDC_DATA))
2868 if(pDev->sector_size == 520) {
2870 } else if(pDev->sector_size == 4104) {
2880 switch(pDev->sector_size) {
2946 switch(pDev
4220 agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c321 if (ar5212IsEarEngaged(pDev, chan))
323 ar5212EarModify(pDev, EAR_LC_RF_WRITE, chan, &modifier);

Completed in 159 milliseconds