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

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c178 oneExpDeviceData = oneExpander->dmDevice;
186 oneExpDeviceData = oneExpander->dmDevice;
247 oneExpDeviceData = oneExpander->dmDevice;
255 oneExpDeviceData = oneExpander->dmDevice;
304 // oneDeviceData = oneExpander->dmDevice;
399 dmReportGeneralSend(dmRoot, oneNextExpander->dmDevice);
447 DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressHi));
448 DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressLo));
467 DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressHi));
468 DM_DBG3(("dmDownStreamDiscoverStart: Root exp addrLo 0x%08x\n", oneExpander->dmDevice
[all...]
H A Ddmtypes.h267 dmDeviceData_t *dmDevice; /**< the pointer to the device data */ member in struct:dmExpander_s
332 dmDeviceData_t *dmDevice; member in struct:dmSMPRequestBody_s
337 dmDeviceData_t *dmDevice; member in struct:dmSMPRequestBody_s
H A Ddmsmp.c130 dmSMPRequestBody->dmDevice = oneDeviceData;
1178 oneExpander->dmDevice,
1622 DM_DBG3(("dmRoutingEntryAdd: exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressHi));
1623 DM_DBG3(("dmRoutingEntryAdd: exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressLo));
1626 if (oneExpander->dmDevice->SASAddressID.sasAddressHi == configSASAddressHi &&
1627 oneExpander->dmDevice->SASAddressID.sasAddressLo == configSASAddressLo
1639 onePortContext = oneExpander->dmDevice->dmPortContext;
1670 dmSMPStart(dmRoot, agRoot, oneExpander->dmDevice, SMP_CONFIGURE_ROUTING_INFORMATION, (bit8 *)&confRoutingInfo, sizeof(smpReqConfigureRouteInformation_t), AGSA_SMP_INIT_REQ);
1706 DM_DBG3(("dmConfigRoutingInfoRespRcvd: exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressHi));
1707 DM_DBG3(("dmConfigRoutingInfoRespRcvd: exp addrLo 0x%08x\n", oneExpander->dmDevice
[all...]
H A Ddminit.c225 dmDeviceData_t *dmDevice; local
288 dmDevice = (dmDeviceData_t *) (memoryAllocated->dmMemory[DM_DEVICE_MEM_INDEX].virtPtr);
289 dmAllShared->DeviceMem = (dmDeviceData_t *)dmDevice;
469 dmSMPCommand[i].dmDevice = agNULL;
620 dmExpData[i].dmDevice = agNULL;
662 oneExpander->dmDevice = agNULL;

Completed in 80 milliseconds