Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c4766 bit32 portID, in tiCOMPortStart() argument
4779 TI_DBG3(("tiCOMPortStart: start portID %d\n", portID)); in tiCOMPortStart()
4794 if (tdsaAllShared->Ports[portID].flags.portInitialized == agFALSE) in tiCOMPortStart()
4803 if (tdsaAllShared->Ports[portID].flags.portStarted == agTRUE) in tiCOMPortStart()
4810 (void *) tdsaAllShared->Ports[portID].tiPortalContext in tiCOMPortStart()
4816 portalContext->tdData = &(tdsaAllShared->Ports[portID]); in tiCOMPortStart()
4817 …TI_DBG4 (("tiCOMPortStart : saving portalconext portID %d tdsaAllShared %p\n", portID, tdsaAllShar… in tiCOMPortStart()
4819 tdsaAllShared->Ports[portID].tiPortalContext = portalContext; in tiCOMPortStart()
4820 …(("tiCOMPortStart : portID/phyID %d tiPortalContext %p\n", portID, tdsaAllShared->Ports[portID].ti… in tiCOMPortStart()
4826 if (tdsaAllShared->Ports[portID].flags.portStarted == agTRUE) in tiCOMPortStart()
[all …]
H A Dtdioctl.c1014 bit32 portID, tiStatus; in tiCOMMgntIOCTL() local
1016 portID = *data; in tiCOMMgntIOCTL()
1018 tiStatus = tiCOMPortStart(tiRoot, portID, tdsaAllShared->Ports[portID].tiPortalContext, 0); in tiCOMMgntIOCTL()
1034 bit32 portID, tiStatus; in tiCOMMgntIOCTL() local
1036 portID = *data; in tiCOMMgntIOCTL()
1038 tiStatus = tiCOMPortStop(tiRoot, tdsaAllShared->Ports[portID].tiPortalContext); in tiCOMMgntIOCTL()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c973 pPortalData->portalInfo.portID = idx; in agtiapi_attach()
1263 pPortalInfo->portID, in agtiapi_InitCardHW()
1267 pPortalInfo->portID, in agtiapi_InitCardHW()
5323 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
5383 if ( (pCard->pDevList[lDevIndex].portalId == pPortalInfo->portID) && in agtiapi_GetDevHandle()
5403 lDevIndex, devIdx, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5411 lDevIndex, devTotal, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5419 lDevIndex, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5432 devTotal, pPortalInfo->portID ); in agtiapi_GetDevHandle()
5439 pDevice->portalId = pPortalInfo->portID; in agtiapi_GetDevHandle()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h67 bit32 portID,
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h477 U32 portID; member