Home
last modified time | relevance | path

Searched refs:dmDevice (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c177 oneExpDeviceData = oneExpander->dmDevice; in dmFullDiscover()
185 oneExpDeviceData = oneExpander->dmDevice; in dmFullDiscover()
246 oneExpDeviceData = oneExpander->dmDevice; in dmIncrementalDiscover()
254 oneExpDeviceData = oneExpander->dmDevice; in dmIncrementalDiscover()
398 dmReportGeneralSend(dmRoot, oneNextExpander->dmDevice); in dmUpStreamDiscovering()
446 …DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressI… in dmDownStreamDiscoverStart()
447 …DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressI… in dmDownStreamDiscoverStart()
466 …DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressI… in dmDownStreamDiscoverStart()
467 …DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressI… in dmDownStreamDiscoverStart()
538 …mDiscovering: 2nd oneDeviceData %p did %d\n", NextExpander->dmDevice, NextExpander->dmDevice->id)); in dmDownStreamDiscovering()
[all …]
H A Ddmsmp.c129 dmSMPRequestBody->dmDevice = oneDeviceData; in dmSMPStart()
1177 oneExpander->dmDevice, in dmReportPhySataSend()
1621 …DM_DBG3(("dmRoutingEntryAdd: exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressH… in dmRoutingEntryAdd()
1622 …DM_DBG3(("dmRoutingEntryAdd: exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressL… in dmRoutingEntryAdd()
1625 if (oneExpander->dmDevice->SASAddressID.sasAddressHi == configSASAddressHi && in dmRoutingEntryAdd()
1626 oneExpander->dmDevice->SASAddressID.sasAddressLo == configSASAddressLo in dmRoutingEntryAdd()
1638 onePortContext = oneExpander->dmDevice->dmPortContext; in dmRoutingEntryAdd()
1669 …dmSMPStart(dmRoot, agRoot, oneExpander->dmDevice, SMP_CONFIGURE_ROUTING_INFORMATION, (bit8 *)&conf… in dmRoutingEntryAdd()
1705 …DM_DBG3(("dmConfigRoutingInfoRespRcvd: exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.s… in dmConfigRoutingInfoRespRcvd()
1706 …DM_DBG3(("dmConfigRoutingInfoRespRcvd: exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressID.s… in dmConfigRoutingInfoRespRcvd()
[all …]
H A Ddmtypes.h266 dmDeviceData_t *dmDevice; /**< the pointer to the device data */ member
331 dmDeviceData_t *dmDevice; member
336 dmDeviceData_t *dmDevice; member
H A Ddminit.c224 dmDeviceData_t *dmDevice; in dmInitialize() local
287 dmDevice = (dmDeviceData_t *) (memoryAllocated->dmMemory[DM_DEVICE_MEM_INDEX].virtPtr); in dmInitialize()
288 dmAllShared->DeviceMem = (dmDeviceData_t *)dmDevice; in dmInitialize()
468 dmSMPCommand[i].dmDevice = agNULL; in dmSMPInit()
619 dmExpData[i].dmDevice = agNULL; in dmExpanderDeviceDataInit()
661 oneExpander->dmDevice = agNULL; in dmExpanderDeviceDataReInit()