Searched refs:ag_card_info_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/freebsd/driver/common/
H A Dlxproto.h41 void agtiapi_DisplayRsc(ag_card_info_t *);
42 agBOOLEAN agtiapi_InitResource(ag_card_info_t *);
43 agBOOLEAN agtiapi_typhAlloc(ag_card_info_t *);
44 int agtiapi_ScopeDMARes(ag_card_info_t *);
45 void agtiapi_ReleasePCIMem(ag_card_info_t *);
47 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
57 void agtiapi_MemFree(ag_card_info_t *);
60 int agtiapi_ProbeCard(device_t, ag_card_info_t *, int);
69 static void agtiapi_ProcDel(ag_card_info_t *pInfo);
70 static int agtiapi_ProcAdd(ag_card_info_t *pInf
[all...]
H A Dlxosapi.c60 ag_card_info_t *pCardInfo = TIROOT_TO_CARDINFO( ptiRoot );
197 ag_card_info_t *pCardInfo;
216 ag_card_info_t *pCardInfo;
237 ag_card_info_t *pCardInfo;
260 ag_card_info_t *pCardInfo;
277 ag_card_info_t *pCardInfo;
294 ag_card_info_t *pCardInfo;
324 ag_card_info_t *pCardInfo = TIROOT_TO_CARDINFO( ptiRoot );
H A Dlxutil.c56 ag_card_info_t *thisCardInst (IN)
61 STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst )
125 ag_card_info_t *pCardInfo (IN)
131 STATIC agBOOLEAN agtiapi_InitResource( ag_card_info_t *thisCardInst )
484 ag_card_info_t *thisCardInst (IN)
491 STATIC int agtiapi_ScopeDMARes( ag_card_info_t *thisCardInst )
587 STATIC void agtiapi_ReleasePCIMem( ag_card_info_t *pCardInfo ) {
610 ag_card_info_t *pCardInfo (IN) Pointer to card info structure
623 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
683 ag_card_info_t *pCardInf
[all...]
H A Dlxcommon.h451 } ag_card_info_t; typedef in typeref:struct:_ag_card_info
H A Dlxencrypt.c152 ag_card_info_t *pCardInfo = pCard->pCardInfo;
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c584 ag_card_t *pCard = ((ag_card_info_t*)ptiRoot->osData)->pCard;
612 ag_card_t *pCard = ((ag_card_info_t*)ptiRoot->osData)->pCard;
H A Dagtiapi.h343 ag_card_info_t *pCardInfo;
H A Dagtiapi.c216 static ag_card_info_t agCardInfoList[ AGTIAPI_MAX_CARDS ]; // card info list
697 ag_card_info_t *thisCardInst;
731 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ];
1123 ag_card_info_t *thisCardInst = pmsc->pCardInfo;
1768 ag_card_info_t *pCardInfo = pmcsc->pCardInfo;
6339 ag_card_info_t *thisCardInst = &agCardInfoList[ thisCard ];
6343 ag_card_info_t *pCardInfo = pCard->pCardInfo;
6352 AGTIAPI_PRINTK( "agtiapi_ReleaseHBA: Wrong ag_card_info_t thisCardInst %p "
6356 panic( "agtiapi_ReleaseHBA: Wrong ag_card_info_t thisCardInst %p pCardInfo "
6604 memset((void *)pCardInfo, 0, sizeof(ag_card_info_t));
[all...]

Completed in 182 milliseconds