Home
last modified time | relevance | path

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

/src/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c60 STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst ) in agtiapi_typhAlloc() argument
62 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc()
130 STATIC agBOOLEAN agtiapi_InitResource( ag_card_info_t *thisCardInst ) in agtiapi_InitResource() argument
132 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_InitResource()
133 device_t devx = thisCardInst->pPCIDev; in agtiapi_InitResource()
139 if( agtiapi_typhAlloc( thisCardInst ) == AGTIAPI_FAIL ) { in agtiapi_InitResource()
159 thisCardInst->pciMemBaseRIDSpc[lBar] = PCIR_BAR(bar); in agtiapi_InitResource()
160 thisCardInst->pciMemBaseRscSpc[lBar] = in agtiapi_InitResource()
163 &(thisCardInst->pciMemBaseRIDSpc[lBar]), in agtiapi_InitResource()
166 thisCardInst->pciMemBaseRscSpc[lBar] ); in agtiapi_InitResource()
[all …]
H A Dlxproto.h46 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c687 ag_card_info_t *thisCardInst; in agtiapi_probe() local
695 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe()
696 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe()
721 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_attach() local
786 pmsc->pCardInfo = thisCardInst; in agtiapi_attach()
792 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_attach()
863 mtx_init( &thisCardInst->pmIOLock, "pmc SAS I/O lock", in agtiapi_attach()
882 &thisCardInst->pmIOLock, in agtiapi_attach()
894 mtx_lock( &thisCardInst->pmIOLock ); in agtiapi_attach()
898 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()
[all …]