Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c63 dmIntRoot_t *dmIntRoot = agNULL; in dmCreatePort() local
95 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmCreatePort()
97 if (dmIntRoot == agNULL) in dmCreatePort()
103 dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmCreatePort()
178 dmIntRoot_t *dmIntRoot = agNULL; in dmDestroyPort() local
201 dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDestroyPort()
203 if (dmIntRoot == agNULL) in dmDestroyPort()
209 dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDestroyPort()
H A Ddminit.c222 dmIntRoot_t *dmIntRoot; in dmInitialize() local
274 dmIntRoot = (dmIntRoot_t *) (memoryAllocated->dmMemory[DM_ROOT_MEM_INDEX].virtPtr); in dmInitialize()
275 dmRoot->dmData = (void *) dmIntRoot; in dmInitialize()
277 dmAllShared = (dmIntContext_t *)&(dmIntRoot->dmAllShared); in dmInitialize()
452 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmSMPInit() local
453 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmSMPInit()
497 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDeviceDataInit() local
498 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDeviceDataInit()
603 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmExpanderDeviceDataInit() local
604 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmExpanderDeviceDataInit()
[all …]
H A Ddmdisc.c607 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmUpStreamDiscoverExpanderPhy() local
608 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmUpStreamDiscoverExpanderPhy()
1022 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmUpStreamDiscover2ExpanderPhy() local
1023 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmUpStreamDiscover2ExpanderPhy()
1440 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDownStreamDiscoverExpanderPhy() local
1441 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDownStreamDiscoverExpanderPhy()
2251 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDownStreamDiscover2ExpanderPhy() local
2252 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDownStreamDiscover2ExpanderPhy()
3050 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmDiscoveringUndoAdd() local
3051 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmDiscoveringUndoAdd()
[all …]
H A Ddmtimer.c117 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmProcessTimers() local
118 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmProcessTimers()
H A Ddmsmp.c54 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmSMPStart() local
55 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmSMPStart()
524 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmPhyControlSend() local
525 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmPhyControlSend()
561 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneralSend() local
562 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneralSend()
605 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneralRespRcvd() local
606 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneralRespRcvd()
714 dmIntRoot_t *dmIntRoot = (dmIntRoot_t *)dmRoot->dmData; in dmReportGeneral2RespRcvd() local
715 dmIntContext_t *dmAllShared = (dmIntContext_t *)&dmIntRoot->dmAllShared; in dmReportGeneral2RespRcvd()
[all …]