Home
last modified time | relevance | path

Searched refs:thisCardInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c189 thisCardInst->pciMemVirtAddr = thisCardInst->pciMemVirtAddrSpc[0]; in agtiapi_InitResource()
190 thisCardInst->pciMemSize = thisCardInst->pciMemSizeSpc[0]; in agtiapi_InitResource()
191 thisCardInst->pciMemBase = thisCardInst->pciMemBaseSpc[0]; in agtiapi_InitResource()
244 thisCardInst->tiDmaMem[thisCardInst->dmaIndex].type = in agtiapi_InitResource()
260 thisCardInst->tiDmaMem[thisCardInst->dmaIndex].type, in agtiapi_InitResource()
265 thisCardInst->tiDmaMem[thisCardInst->dmaIndex].memSize = in agtiapi_InitResource()
401 if( agtiapi_MemAlloc( thisCardInst, (void *)&thisCardInst-> in agtiapi_InitResource()
403 &thisCardInst->tiDmaMem[thisCardInst->dmaIndex]. in agtiapi_InitResource()
417 thisCardInst->tiDmaMem[thisCardInst->dmaIndex].memSize = in agtiapi_InitResource()
438 if( agtiapi_MemAlloc( thisCardInst, (void *)&thisCardInst-> in agtiapi_InitResource()
[all …]
H A Dlxproto.h46 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c687 ag_card_info_t *thisCardInst; in agtiapi_probe() local
786 pmsc->pCardInfo = thisCardInst; in agtiapi_attach()
792 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_attach()
894 mtx_lock( &thisCardInst->pmIOLock ); in agtiapi_attach()
910 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
918 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
936 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
948 agtiapi_ScopeDMARes( thisCardInst ); in agtiapi_attach()
6304 if (thisCardInst != pCardInfo) in agtiapi_ReleaseHBA()
6308 thisCardInst, in agtiapi_ReleaseHBA()
[all …]