Searched refs:dmIntPortContext_t (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmproto.h | 126 dmIntPortContext_t *onePortContext 171 dmIntPortContext_t *onePortContext, 179 dmIntPortContext_t *onePortContext, 187 dmIntPortContext_t *onePortContext, 222 dmIntPortContext_t *onePortContext 334 dmIntPortContext_t *onePortContext, 341 dmIntPortContext_t *onePortContext, 364 dmIntPortContext_t *onePortContext, 506 dmIntPortContext_t *onePortContext, 757 dmIntPortContext_t *onePortContext [all …]
|
| H A D | dmdisc.c | 65 dmIntPortContext_t *onePortContext = agNULL; in dmDiscover() 147 dmIntPortContext_t *onePortContext in dmFullDiscover() 3640 dmIntPortContext_t *onePortContext, in dmUpdateMCN() 5106 dmIntPortContext_t *onePortContext, in dmExpFind() 6661 dmIntPortContext_t *onePortContext, in dmDeviceFind() 6716 dmIntPortContext_t *onePortContext in dmBCTimer() 6774 dmIntPortContext_t *onePortContext; in dmBCTimerCB() 6870 dmIntPortContext_t *onePortContext; in dmDiscoverySMPTimerCB() 7051 dmIntPortContext_t *onePortContext; in dmSMPBusyTimerCB() 7223 dmIntPortContext_t *onePortContext = agNULL; in dmDiscoveryConfiguringTimerCB() [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() 1694 dmIntPortContext_t *onePortContext; in dmConfigRoutingInfoRespRcvd() 2131 dmIntPortContext_t *onePortContext = agNULL; in dmSetDeviceInfoCB() 2290 dmIntPortContext_t *onePortContext = agNULL; in dmSMPCompleted() [all …]
|