• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/

Lines Matching refs:tdSMPStart

3218   tdSMPStart(
3310 tdSMPStart(
3490 tdSMPStart(
5308 tdSMPStart(tiRoot, agRoot, oneExpander->tdDevice, SMP_CONFIGURE_ROUTING_INFORMATION, (bit8 *)&confRoutingInfo, sizeof(smpReqConfigureRouteInformation_t), AGSA_SMP_INIT_REQ, agNULL, 0);
5567 tdSMPStart(
7068 *! \brief tdSMPStart
7089 tdSMPStart(
7134 TI_DBG3(("tdSMPStart: start\n"));
7135 TI_DBG3(("tdSMPStart: oneDeviceData %p\n", oneDeviceData));
7136 TI_DBG3(("tdSMPStart: sasAddressHi 0x%08x\n", SA_IDFRM_GET_SAS_ADDRESSHI(&oneDeviceData->sasIdentify)));
7137 TI_DBG3(("tdSMPStart: sasAddressLo 0x%08x\n", SA_IDFRM_GET_SAS_ADDRESSLO(&oneDeviceData->sasIdentify)));
7138 TI_DBG3(("tdSMPStart: 2nd sasAddressHi 0x%08x\n", oneDeviceData->SASAddressID.sasAddressLo));
7139 TI_DBG3(("tdSMPStart: 2nd sasAddressLo 0x%08x\n", oneDeviceData->SASAddressID.sasAddressLo));
7145 TI_DBG3(("tdSMPStart: pid %d\n", onePortContext->id));
7151 TI_DBG1(("tdSMPStart: Wrong!!! onePortContext is NULL\n"));
7170 TI_DBG1(("tdSMPStart: ostiAllocMemory failed...\n"));
7176 TI_DBG1(("tdSMPStart: ostiAllocMemory returned NULL tdSMPRequestBody\n"));
7201 TI_DBG4(("tdSMPStart: SMPRequestbody %p\n", tdSMPRequestBody));
7202 TI_DBG4(("tdSMPStart: callback fn %p\n", tdSMPRequestBody->SMPCompletionFunc));
7213 TI_DBG3(("tdSMPStart: agIORequest %p\n", agIORequest));
7214 TI_DBG3(("tdSMPStart: SMPRequestbody %p\n", tdSMPRequestBody));
7253 TI_DBG1(("tdSMPStart: error!!! undefined or unused smp function code 0x%x\n", functionCode));
7262 TI_DBG3(("tdSMPStart: DIRECT smp payload\n"));
7289 // tdhexdump("tdSMPStart", (bit8*)agSMPFrame->outFrameBuf, agSMPFrame->outFrameLen);
7290 // tdhexdump("tdSMPStart new", (bit8*)tdSMPRequestBody->smpPayload, agSMPFrame->outFrameLen);
7291 // tdhexdump("tdSMPStart - tdSMPRequestBody", (bit8*)tdSMPRequestBody, sizeof(tdssSMPRequestBody_t));
7295 TI_DBG3(("tdSMPStart: INDIRECT smp payload\n"));
7315 TI_DBG1(("tdSMPStart: ostiAllocMemory failed for indirect SMP request...\n"));
7321 TI_DBG1(("tdSMPStart: ostiAllocMemory returned NULL IndirectSMPReq\n"));
7339 TI_DBG1(("tdSMPStart: ostiAllocMemory failed for indirect SMP reponse...\n"));
7345 TI_DBG1(("tdSMPStart: ostiAllocMemory returned NULL IndirectSMPResp\n"));
7360 TI_DBG3(("tdSMPStart: INDIRECT smp payload\n"));
7392 TI_DBG3(("tdSMPStart: DIRECT smp payload\n"));
7420 // tdhexdump("tdSMPStart", (bit8*)agSMPFrame->outFrameBuf, agSMPFrame->outFrameLen);
7421 // tdhexdump("tdSMPStart new", (bit8*)tdSMPRequestBody->smpPayload, agSMPFrame->outFrameLen);
7422 // tdhexdump("tdSMPStart - tdSMPRequestBody", (bit8*)tdSMPRequestBody, sizeof(tdssSMPRequestBody_t));
7428 TI_DBG1(("tdSMPStart: !!! agDevHandle is NULL !!! \n"));