Home
last modified time | relevance | path

Searched refs:portID (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdport.c4767 bit32 portID, in tiCOMPortStart() argument
4780 TI_DBG3(("tiCOMPortStart: start portID %d\n", portID)); in tiCOMPortStart()
4795 if (tdsaAllShared->Ports[portID].flags.portInitialized == agFALSE) in tiCOMPortStart()
4804 if (tdsaAllShared->Ports[portID].flags.portStarted == agTRUE) in tiCOMPortStart()
4811 (void *) tdsaAllShared->Ports[portID].tiPortalContext in tiCOMPortStart()
4817 portalContext->tdData = &(tdsaAllShared->Ports[portID]); in tiCOMPortStart()
4818 …TI_DBG4 (("tiCOMPortStart : saving portalconext portID %d tdsaAllShared %p\n", portID, tdsaAllShar… in tiCOMPortStart()
4820 tdsaAllShared->Ports[portID].tiPortalContext = portalContext; in tiCOMPortStart()
4821 …(("tiCOMPortStart : portID/phyID %d tiPortalContext %p\n", portID, tdsaAllShared->Ports[portID].ti… in tiCOMPortStart()
4827 if (tdsaAllShared->Ports[portID].flags.portStarted == agTRUE) in tiCOMPortStart()
[all …]
HDtdioctl.c1015 bit32 portID, tiStatus; in tiCOMMgntIOCTL() local
1017 portID = *data; in tiCOMMgntIOCTL()
1019 tiStatus = tiCOMPortStart(tiRoot, portID, tdsaAllShared->Ports[portID].tiPortalContext, 0); in tiCOMMgntIOCTL()
1035 bit32 portID, tiStatus; in tiCOMMgntIOCTL() local
1037 portID = *data; in tiCOMMgntIOCTL()
1039 tiStatus = tiCOMPortStop(tiRoot, tdsaAllShared->Ports[portID].tiPortalContext); in tiCOMMgntIOCTL()
/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c988 pPortalData->portalInfo.portID = idx; in agtiapi_attach()
1296 pPortalInfo->portID, in agtiapi_InitCardHW()
1300 pPortalInfo->portID, in agtiapi_InitCardHW()
5370 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
5430 if ( (pCard->pDevList[lDevIndex].portalId == pPortalInfo->portID) && in agtiapi_GetDevHandle()
5450 lDevIndex, devIdx, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5458 lDevIndex, devTotal, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5466 lDevIndex, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5479 devTotal, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5486 pDevice->portalId = pPortalInfo->portID; in agtiapi_GetDevHandle()
[all …]
/NextBSD/sys/dev/pms/RefTisa/tisa/api/
HDtiapi.h68 bit32 portID,
/NextBSD/sys/dev/pms/freebsd/driver/common/
HDlxcommon.h478 U32 portID; member