Searched refs:ptdSMPReportGeneralResp (Results 1 – 1 of 1) sorted by relevance
3354 smpRespReportGeneral_t *ptdSMPReportGeneralResp; in tdsaReportGeneralRespRcvd() local3369 ptdSMPReportGeneralResp = &tdSMPReportGeneralResp; in tdsaReportGeneralRespRcvd()3372 saFrameReadBlock(agRoot, frameHandle, 4, ptdSMPReportGeneralResp, sizeof(smpRespReportGeneral_t)); in tdsaReportGeneralRespRcvd()3374 …saFrameReadBlock(agRoot, tdSMPRequestBody->IndirectSMPResp, 4, ptdSMPReportGeneralResp, sizeof(smp… in tdsaReportGeneralRespRcvd()3402 oneDeviceData->numOfPhys = (bit8) ptdSMPReportGeneralResp->numOfPhys; in tdsaReportGeneralRespRcvd()3404 oneExpander->routingIndex = (bit16) REPORT_GENERAL_GET_ROUTEINDEXES(ptdSMPReportGeneralResp); in tdsaReportGeneralRespRcvd()3412 oneExpander->configRouteTable = REPORT_GENERAL_IS_CONFIGURABLE(ptdSMPReportGeneralResp) ? 1 : 0; in tdsaReportGeneralRespRcvd()3413 oneExpander->configuring = REPORT_GENERAL_IS_CONFIGURING(ptdSMPReportGeneralResp) ? 1 : 0; in tdsaReportGeneralRespRcvd()