Searched refs:thisCardInst (Results 1 – 3 of 3) sorted by relevance
60 STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst ) in agtiapi_typhAlloc() argument62 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc()130 STATIC agBOOLEAN agtiapi_InitResource( ag_card_info_t *thisCardInst ) in agtiapi_InitResource() argument132 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 …]
46 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
687 ag_card_info_t *thisCardInst; in agtiapi_probe() local695 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() local786 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 …]