Searched refs:thisCardInst (Results 1 – 3 of 3) sorted by relevance
61 STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst ) in agtiapi_typhAlloc() argument63 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc()131 STATIC agBOOLEAN agtiapi_InitResource( ag_card_info_t *thisCardInst ) in agtiapi_InitResource() argument133 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_InitResource()134 device_t devx = thisCardInst->pPCIDev; in agtiapi_InitResource()140 if( agtiapi_typhAlloc( thisCardInst ) == AGTIAPI_FAIL ) { in agtiapi_InitResource()160 thisCardInst->pciMemBaseRIDSpc[lBar] = PCIR_BAR(bar); in agtiapi_InitResource()161 thisCardInst->pciMemBaseRscSpc[lBar] = in agtiapi_InitResource()164 &(thisCardInst->pciMemBaseRIDSpc[lBar]), in agtiapi_InitResource()167 thisCardInst->pciMemBaseRscSpc[lBar] ); in agtiapi_InitResource()[all …]
47 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
698 ag_card_info_t *thisCardInst; in agtiapi_probe() local706 thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_probe()707 retVal = agtiapi_ProbeCard( dev, thisCardInst, thisCard ); in agtiapi_probe()732 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ]; in agtiapi_attach() local797 pmsc->pCardInfo = thisCardInst; in agtiapi_attach()803 pRscInfo = &thisCardInst->tiRscInfo; in agtiapi_attach()874 mtx_init( &thisCardInst->pmIOLock, "pmc SAS I/O lock", in agtiapi_attach()893 &thisCardInst->pmIOLock, in agtiapi_attach()905 mtx_lock( &thisCardInst->pmIOLock ); in agtiapi_attach()909 mtx_unlock( &thisCardInst->pmIOLock ); in agtiapi_attach()[all …]