Home
last modified time | relevance | path

Searched refs:pDevList (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c496 targ = &pmsc->pDevList[TID]; in agtiapi_async()
1218 pmsc->pDevList = malloc( numVal, M_PMC_MDVT, M_ZERO | M_WAITOK ); in agtiapi_InitCardHW()
1854 pDevHandle = pmcsc->pDevList[TID].pDevHandle; in agtiapi_cam_action()
2046 targ = &pmcsc->pDevList[TID]; in agtiapi_QueueCmnd_()
2346 pDevice = &pCard->pDevList[INDEX(pCard, pTMccb->targetId)]; in agtiapi_StartTM()
2803 pDev = &pmcsc->pDevList[INDEX(pmcsc, pccb->targetId)]; in agtiapi_PrepareSGListCB()
3009 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle)) in agtiapi_PrepareSGListCB()
3077 targ = &pmcsc->pDevList[TID]; in agtiapi_StartIO()
3701 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle) ) in agtiapi_PrepareSMPSGListCB()
3728 tiExpPortalInfo = pmcsc->pDevList[TID].pPortalInfo; in agtiapi_PrepareSMPSGListCB()
[all …]
H A Dagtiapi.h343 ag_device_t *pDevList; member
H A Dosapi.c561 dev = pCard->pDevList[offset].pDevHandle; in ostiMapToDevHandle()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h484 void *pDevList[AGTIAPI_HW_LIMIT_DEVICE]; member