Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hptmv/
H A Dglobal.h188 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
189 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
190 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
191 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
192 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
193 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
H A Dvdevice.h85 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk)) argument
201 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
H A Dentry.c1060 return mvReadWrite(pDev->mv, Lba, Cmd, tmpBuffer); in fDeReadWrite()
1065 MV_SATA_CHANNEL *pSataChannel = pDev->mv; in fDeSelectMode()
1071 pDev->bDeModeSetting = NewMode; in fDeSelectMode()
1098 MV_SATA_CHANNEL *pSataChannel = pDev->mv; in fDeSetTCQ()
1141 MV_SATA_CHANNEL *pSataChannel = pDev->mv; in fDeSetWriteCache()
1178 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead() argument
1180 MV_SATA_CHANNEL *pSataChannel = pDev->mv; in fDeSetReadAhead()
1221 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice() argument
1223 PVDevice pVDev = Map2pVDevice(pDev); in IdeRegisterVDevice()
1225 pVDev->VDeviceType = pDev->df_atapi? VD_ATAPI : in IdeRegisterVDevice()
[all …]
H A Dhptproc.c368 get_disk_name(char *name, PDevice pDev) in get_disk_name() argument
371 MV_SATA_CHANNEL *pMvSataChannel = pDev->mv; in get_disk_name()
H A Dioctl.c70 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location() argument
79 if (pDev == &pAdapTemp->VDevices[j].u.disk) { in get_disk_location()
/freebsd-13.1/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) in agtiapi_HandleEncryptedIOFailure() argument
1104 pCard = pDev->pCard; in agtiapi_HandleEncryptedIOFailure()
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c140 #define AGTIAPI_CPY_DEV_INFO(root, dev, pDev) \ argument
141 tiINIGetDeviceInfo(root, dev, &pDev->devInfo); \
142 wwncpy(pDev);
2615 ag_device_t *pDev; in agtiapi_PrepareSGListCB() local
2832 pDev = &pmcsc->pDevList[INDEX(pmcsc, pccb->targetId)]; in agtiapi_PrepareSGListCB()
2836 (pDev->flags & EDC_DATA)) in agtiapi_PrepareSGListCB()
2864 if(pDev->sector_size == 520) { in agtiapi_PrepareSGListCB()
2866 } else if(pDev->sector_size == 4104) { in agtiapi_PrepareSGListCB()
2876 switch(pDev->sector_size) { in agtiapi_PrepareSGListCB()
2942 switch(pDev->sector_size) { in agtiapi_PrepareSGListCB()
[all …]
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c323 if (ar5212IsEarEngaged(pDev, chan)) in ar5112SetRfRegs()
325 ar5212EarModify(pDev, EAR_LC_RF_WRITE, chan, &modifier); in ar5112SetRfRegs()