smpReqConfigureRouteInformation_t
smpReqConfigureRouteInformation_t confRoutingInfo;
dm_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t));
dmSMPStart(dmRoot, agRoot, oneExpander->dmDevice, SMP_CONFIGURE_ROUTING_INFORMATION, (bit8 *)&confRoutingInfo, sizeof(smpReqConfigureRouteInformation_t), AGSA_SMP_INIT_REQ);
smpReqConfigureRouteInformation_t confRoutingInfo;
osti_memset(&confRoutingInfo, 0, sizeof(smpReqConfigureRouteInformation_t));
tdSMPStart(tiRoot, agRoot, oneExpander->tdDevice, SMP_CONFIGURE_ROUTING_INFORMATION, (bit8 *)&confRoutingInfo, sizeof(smpReqConfigureRouteInformation_t), AGSA_SMP_INIT_REQ, agNULL, 0);