Searched refs:dmIntPortContext_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmproto.h | 90 dmIntPortContext_t *onePortContext 126 dmIntPortContext_t *onePortContext 131 dmIntPortContext_t *onePortContext 138 dmIntPortContext_t *onePortContext 144 dmIntPortContext_t *onePortContext, 151 dmIntPortContext_t *onePortContext, 157 dmIntPortContext_t *onePortContext, 164 dmIntPortContext_t *onePortContext, 171 dmIntPortContext_t *onePortContext, 179 dmIntPortContext_t *onePortContext, [all …]
|
H A D | dmdisc.c | 65 dmIntPortContext_t *onePortContext = agNULL; in dmDiscover() 69 onePortContext = (dmIntPortContext_t *)dmPortContext->dmData; in dmDiscover() 147 dmIntPortContext_t *onePortContext in dmFullDiscover() 210 dmIntPortContext_t *onePortContext, in dmIncrementalDiscover() 279 dmIntPortContext_t *onePortContext in dmUpStreamDiscoverStart() 356 dmIntPortContext_t *onePortContext, in dmUpStreamDiscovering() 412 dmIntPortContext_t *onePortContext, in dmDownStreamDiscoverStart() 483 dmIntPortContext_t *onePortContext, in dmDownStreamDiscovering() 595 dmIntPortContext_t *onePortContext, in dmUpStreamDiscoverExpanderPhy() 1010 dmIntPortContext_t *onePortContext, in dmUpStreamDiscover2ExpanderPhy() [all …]
|
H A D | dmport.c | 65 dmIntPortContext_t *onePortContext = agNULL; in dmCreatePort() 116 onePortContext = DMLIST_OBJECT_BASE(dmIntPortContext_t, FreeLink, PortContextList); in dmCreatePort() 180 dmIntPortContext_t *onePortContext = agNULL; in dmDestroyPort() 222 onePortContext = (dmIntPortContext_t *)dmPortContext->dmData; in dmDestroyPort()
|
H A D | dminit.c | 83 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].singleElementLength = sizeof(dmIntPortContext_t); in dmGetRequirements() 223 dmIntPortContext_t *dmIntPortContext; in dmInitialize() 283 dmIntPortContext = (dmIntPortContext_t *) (memoryAllocated->dmMemory[DM_PORT_MEM_INDEX].virtPtr); in dmInitialize() 284 dmAllShared->PortContextMem = (dmIntPortContext_t *)dmIntPortContext; in dmInitialize() 694 dmIntPortContext_t *dmPortContext = (dmIntPortContext_t *)dmAllShared->PortContextMem; in dmPortContextInit() 765 …xtInit: sizeof(tdsaPortContext_t) %d 0x%x\n", sizeof(dmIntPortContext_t), sizeof(dmIntPortContext_… in dmPortContextInit() 774 dmIntPortContext_t *onePortContext in dmPortContextReInit() 918 dmIntPortContext_t *dmPortContext = (dmIntPortContext_t *)dmAllShared->PortContextMem; in dmInitTimers()
|
H A D | dmtypes.h | 189 } dmIntPortContext_t; typedef 341 dmIntPortContext_t *dmPortContext; /* portcontext where SMP is sent from */ 391 dmIntPortContext_t *PortContextMem;
|
H A D | dmsmp.c | 56 dmIntPortContext_t *onePortContext = agNULL; in dmSMPStart() 598 dmIntPortContext_t *onePortContext = agNULL; in dmReportGeneralRespRcvd() 707 dmIntPortContext_t *onePortContext = agNULL; in dmReportGeneral2RespRcvd() 854 dmIntPortContext_t *onePortContext = agNULL; in dmDiscoverRespRcvd() 964 dmIntPortContext_t *onePortContext = agNULL; in dmDiscover2RespRcvd() 1218 dmIntPortContext_t *onePortContext = agNULL; in dmReportPhySataRcvd() 1426 dmIntPortContext_t *onePortContext = agNULL; in dmReportPhySata2Rcvd() 1616 dmIntPortContext_t *onePortContext; in dmRoutingEntryAdd() 1694 dmIntPortContext_t *onePortContext; in dmConfigRoutingInfoRespRcvd() 1879 dmIntPortContext_t *onePortContext; in dmConfigRoutingInfo2RespRcvd() [all …]
|