• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/

Lines Matching refs:oneAttachedExpDeviceData

3419   dmDeviceData_t    *oneAttachedExpDeviceData = agNULL;
3472 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
3473 tddmReportDevice(dmRoot, onePortContext->dmPortContext, &oneDeviceData->dmDeviceInfo, &oneAttachedExpDeviceData->dmDeviceInfo, dmDeviceMCNChange);
3900 dmDeviceData_t *oneAttachedExpDeviceData = agNULL;
3998 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
3999 if (oneAttachedExpDeviceData != agNULL)
4001 connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo));
4002 DM_DBG3(("dmPortSASDeviceAdd: 1st connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
4003 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
4007 DM_DBG3(("dmPortSASDeviceAdd: 1st oneAttachedExpDeviceData is NULL\n"));
4023 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
4024 tddmReportDevice(dmRoot, onePortContext->dmPortContext, &oneDeviceData->dmDeviceInfo, &oneAttachedExpDeviceData->dmDeviceInfo, dmDeviceRateChange);
4118 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
4119 if (oneAttachedExpDeviceData != agNULL)
4121 connectionRate = MIN(connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo));
4122 DM_DBG3(("dmPortSASDeviceAdd: 2nd connectionRate 0x%x DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo) 0x%x\n",
4123 connectionRate, DEVINFO_GET_LINKRATE(&oneAttachedExpDeviceData->agDeviceInfo)));
4127 DM_DBG3(("dmPortSASDeviceAdd: 2nd oneAttachedExpDeviceData is NULL\n"));
4182 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
4187 &oneAttachedExpDeviceData->dmDeviceInfo,
4188 oneAttachedExpDeviceData->SASAddressID.sasAddressLo
4191 &oneAttachedExpDeviceData->dmDeviceInfo,
4192 oneAttachedExpDeviceData->SASAddressID.sasAddressHi
4194 DM_DBG3(("dmPortSASDeviceAdd: oneAttachedExpDeviceData addrHi 0x%08x addrLo 0x%08x PhyID 0x%x ext 0x%x\n",
4195 DM_GET_SAS_ADDRESSHI(oneAttachedExpDeviceData->dmDeviceInfo.sasAddressHi),
4196 DM_GET_SAS_ADDRESSLO(oneAttachedExpDeviceData->dmDeviceInfo.sasAddressLo),
4199 if (oneAttachedExpDeviceData->SASAddressID.sasAddressHi == 0x0 &&
4200 oneAttachedExpDeviceData->SASAddressID.sasAddressLo == 0x0)
4211 oneAttachedExpDeviceData->dmExpander->dmDeviceToProcess = oneDeviceData;
4212 dmReportPhySataSend(dmRoot, oneAttachedExpDeviceData, phyID);
4217 tddmReportDevice(dmRoot, onePortContext->dmPortContext, &oneDeviceData->dmDeviceInfo, &oneAttachedExpDeviceData->dmDeviceInfo, dmDeviceArrival);
5599 dmDeviceData_t *oneAttachedExpDeviceData = agNULL;
5611 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
5612 tddmReportDevice(dmRoot, onePortContext->dmPortContext, &oneDeviceData->dmDeviceInfo, &oneAttachedExpDeviceData->dmDeviceInfo, flag);
5636 dmDeviceData_t *oneAttachedExpDeviceData = agNULL;
5649 oneAttachedExpDeviceData = oneDeviceData->ExpDevice;
5650 tddmReportDevice(dmRoot, onePortContext->dmPortContext, &oneDeviceData->dmDeviceInfo, &oneAttachedExpDeviceData->dmDeviceInfo, flag);
5683 // dmDeviceData_t *oneAttachedExpDeviceData = agNULL;