Lines Matching refs:saRoot

103   agsaLLRoot_t      *saRoot = (agsaLLRoot_t *) (agRoot->sdkData);  in mpiBuildCmd()  local
118 outq = saRoot->QueueConfig.numOutboundQueues -1; in mpiBuildCmd()
127 circularQ = &saRoot->inboundQueue[inq]; in mpiBuildCmd()
197 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiEchoCmd() local
205 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiEchoCmd()
220 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiEchoCmd()
221 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiEchoCmd()
222 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiEchoCmd()
223 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiEchoCmd()
240 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiEchoCmd()
241 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiEchoCmd()
242 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiEchoCmd()
245 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiEchoCmd()
254 saRoot->LLCounters.IOCounter.numEchoSent++; in mpiEchoCmd()
291 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetPhyProfileCmd() local
300 pRequest = (agsaIORequestDesc_t *)saLlistGetHead(&(saRoot->freeIORequests)); in mpiGetPhyProfileCmd()
317 saLlistRemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetPhyProfileCmd()
318 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetPhyProfileCmd()
319 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetPhyProfileCmd()
320 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetPhyProfileCmd()
340 saLlistAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetPhyProfileCmd()
342 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetPhyProfileCmd()
343 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetPhyProfileCmd()
344 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetPhyProfileCmd()
369 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiVHistCapCmd() local
379 pRequest = (agsaIORequestDesc_t *)saLlistGetHead(&(saRoot->freeIORequests)); in mpiVHistCapCmd()
393 saLlistRemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiVHistCapCmd()
394 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiVHistCapCmd()
395 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiVHistCapCmd()
396 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiVHistCapCmd()
422 saLlistAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiVHistCapCmd()
424 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiVHistCapCmd()
425 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiVHistCapCmd()
426 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiVHistCapCmd()
449 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetPhyProfileCmd() local
460 pRequest = (agsaIORequestDesc_t *)saLlistGetHead(&(saRoot->freeIORequests)); in mpiSetPhyProfileCmd()
476 saLlistRemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetPhyProfileCmd()
477 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetPhyProfileCmd()
478 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetPhyProfileCmd()
479 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetPhyProfileCmd()
506 saLlistAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetPhyProfileCmd()
508 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetPhyProfileCmd()
509 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetPhyProfileCmd()
510 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetPhyProfileCmd()
549 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetDeviceInfoCmd() local
554 SA_ASSERT((agNULL !=saRoot ), ""); in mpiGetDeviceInfoCmd()
555 if(saRoot == agNULL) in mpiGetDeviceInfoCmd()
564 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetDeviceInfoCmd()
579 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceInfoCmd()
580 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetDeviceInfoCmd()
581 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetDeviceInfoCmd()
582 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetDeviceInfoCmd()
607 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetDeviceInfoCmd()
608 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetDeviceInfoCmd()
609 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetDeviceInfoCmd()
612 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceInfoCmd()
652 agsaLLRoot_t *saRoot = agNULL; in mpiSetDeviceInfoCmd() local
661 saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetDeviceInfoCmd()
662 SA_ASSERT((agNULL != saRoot), ""); in mpiSetDeviceInfoCmd()
666 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSetDeviceInfoCmd()
682 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetDeviceInfoCmd()
683 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetDeviceInfoCmd()
684 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetDeviceInfoCmd()
685 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetDeviceInfoCmd()
717 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetDeviceInfoCmd()
718 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetDeviceInfoCmd()
719 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetDeviceInfoCmd()
723 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetDeviceInfoCmd()
910 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSMPCmd() local
936 circularQ = &saRoot->inboundQueue[inq]; in mpiSMPCmd()
975 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiDeregDevHandleCmd() local
983 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiDeregDevHandleCmd()
1000 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiDeregDevHandleCmd()
1001 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiDeregDevHandleCmd()
1002 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiDeregDevHandleCmd()
1003 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDeregDevHandleCmd()
1018 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiDeregDevHandleCmd()
1019 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiDeregDevHandleCmd()
1020 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiDeregDevHandleCmd()
1024 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDeregDevHandleCmd()
1069 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetDeviceHandleCmd() local
1078 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetDeviceHandleCmd()
1083 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeReservedRequests)); /**/ in mpiGetDeviceHandleCmd()
1101 saLlistIORemove(&(saRoot->freeReservedRequests), &(pRequest->linkNode)); in mpiGetDeviceHandleCmd()
1105 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceHandleCmd()
1108 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetDeviceHandleCmd()
1109 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetDeviceHandleCmd()
1110 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetDeviceHandleCmd()
1129 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetDeviceHandleCmd()
1130 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetDeviceHandleCmd()
1131 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetDeviceHandleCmd()
1134 if(saLlistIOGetCount(&(saRoot->freeReservedRequests)) < SA_RESERVED_REQUEST_COUNT) in mpiGetDeviceHandleCmd()
1137 saLlistIOAdd(&(saRoot->freeReservedRequests), &(pRequest->linkNode)); in mpiGetDeviceHandleCmd()
1142 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceHandleCmd()
1234 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiDevHandleAcceptCmd() local
1250 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiDevHandleAcceptCmd()
1267 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDevHandleAcceptCmd()
1268 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiDevHandleAcceptCmd()
1269 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiDevHandleAcceptCmd()
1270 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiDevHandleAcceptCmd()
1306 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiDevHandleAcceptCmd()
1307 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiDevHandleAcceptCmd()
1308 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiDevHandleAcceptCmd()
1311 if(saLlistIOGetCount(&(saRoot->freeReservedRequests)) < SA_RESERVED_REQUEST_COUNT) in mpiDevHandleAcceptCmd()
1314 saLlistIOAdd(&(saRoot->freeReservedRequests), &(pRequest->linkNode)); in mpiDevHandleAcceptCmd()
1319 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDevHandleAcceptCmd()
1362 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiNVMReadRegDumpCmd() local
1371 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiNVMReadRegDumpCmd()
1386 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiNVMReadRegDumpCmd()
1387 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiNVMReadRegDumpCmd()
1388 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiNVMReadRegDumpCmd()
1389 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiNVMReadRegDumpCmd()
1425 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiNVMReadRegDumpCmd()
1426 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiNVMReadRegDumpCmd()
1427 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiNVMReadRegDumpCmd()
1430 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiNVMReadRegDumpCmd()
1470 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetNVMDCmd() local
1478 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetNVMDCmd()
1494 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetNVMDCmd()
1495 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetNVMDCmd()
1496 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetNVMDCmd()
1497 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetNVMDCmd()
1602 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetNVMDCmd()
1603 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetNVMDCmd()
1604 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetNVMDCmd()
1608 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetNVMDCmd()
1647 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetNVMDCmd() local
1656 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSetNVMDCmd()
1672 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetNVMDCmd()
1673 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetNVMDCmd()
1674 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetNVMDCmd()
1675 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetNVMDCmd()
1764 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetNVMDCmd()
1765 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetNVMDCmd()
1766 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetNVMDCmd()
1770 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetNVMDCmd()
1809 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetDeviceStateCmd() local
1817 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSetDeviceStateCmd()
1832 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetDeviceStateCmd()
1833 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetDeviceStateCmd()
1834 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetDeviceStateCmd()
1835 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetDeviceStateCmd()
1852 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetDeviceStateCmd()
1853 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetDeviceStateCmd()
1854 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetDeviceStateCmd()
1858 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetDeviceStateCmd()
1898 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetDeviceStateCmd() local
1907 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetDeviceStateCmd()
1912 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeReservedRequests)); /**/ in mpiGetDeviceStateCmd()
1933 saLlistIORemove(&(saRoot->freeReservedRequests), &(pRequest->linkNode)); in mpiGetDeviceStateCmd()
1937 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceStateCmd()
1939 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetDeviceStateCmd()
1940 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetDeviceStateCmd()
1941 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetDeviceStateCmd()
1959 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetDeviceStateCmd()
1960 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetDeviceStateCmd()
1961 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetDeviceStateCmd()
1964 if(saLlistIOGetCount(&(saRoot->freeReservedRequests)) < SA_RESERVED_REQUEST_COUNT) in mpiGetDeviceStateCmd()
1967 saLlistIOAdd(&(saRoot->freeReservedRequests), &(pRequest->linkNode)); in mpiGetDeviceStateCmd()
1972 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetDeviceStateCmd()
2011 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSasReinitializeCmd() local
2019 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSasReinitializeCmd()
2034 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSasReinitializeCmd()
2035 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSasReinitializeCmd()
2036 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSasReinitializeCmd()
2037 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSasReinitializeCmd()
2060 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSasReinitializeCmd()
2061 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSasReinitializeCmd()
2062 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSasReinitializeCmd()
2066 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSasReinitializeCmd()
2108 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetControllerConfigCmd() local
2127 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSetControllerConfigCmd()
2143 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetControllerConfigCmd()
2144 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetControllerConfigCmd()
2145 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetControllerConfigCmd()
2146 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetControllerConfigCmd()
2160 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetControllerConfigCmd()
2161 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetControllerConfigCmd()
2162 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetControllerConfigCmd()
2166 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetControllerConfigCmd()
2206 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetControllerConfigCmd() local
2214 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetControllerConfigCmd()
2230 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetControllerConfigCmd()
2231 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetControllerConfigCmd()
2232 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetControllerConfigCmd()
2233 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetControllerConfigCmd()
2247 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetControllerConfigCmd()
2248 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetControllerConfigCmd()
2249 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetControllerConfigCmd()
2253 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetControllerConfigCmd()
2297 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiKekManagementCmd() local
2304 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiKekManagementCmd()
2320 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiKekManagementCmd()
2321 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiKekManagementCmd()
2322 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiKekManagementCmd()
2323 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiKekManagementCmd()
2336 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiKekManagementCmd()
2337 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiKekManagementCmd()
2338 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiKekManagementCmd()
2341 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiKekManagementCmd()
2380 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiDekManagementCmd() local
2387 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiDekManagementCmd()
2403 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDekManagementCmd()
2404 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiDekManagementCmd()
2405 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiDekManagementCmd()
2406 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiDekManagementCmd()
2425 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiDekManagementCmd()
2426 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiDekManagementCmd()
2427 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiDekManagementCmd()
2431 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDekManagementCmd()
2469 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiOperatorManagementCmd() local
2478 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiOperatorManagementCmd()
2494 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiOperatorManagementCmd()
2495 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiOperatorManagementCmd()
2496 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiOperatorManagementCmd()
2497 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiOperatorManagementCmd()
2508 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiOperatorManagementCmd()
2509 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiOperatorManagementCmd()
2510 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiOperatorManagementCmd()
2514 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiOperatorManagementCmd()
2552 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiEncryptBistCmd() local
2561 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiEncryptBistCmd()
2577 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiEncryptBistCmd()
2578 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiEncryptBistCmd()
2579 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiEncryptBistCmd()
2580 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiEncryptBistCmd()
2599 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiEncryptBistCmd()
2600 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiEncryptBistCmd()
2601 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiEncryptBistCmd()
2605 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiEncryptBistCmd()
2645 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiSetOperatorCmd() local
2654 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiSetOperatorCmd()
2670 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetOperatorCmd()
2671 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiSetOperatorCmd()
2672 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiSetOperatorCmd()
2673 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiSetOperatorCmd()
2684 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiSetOperatorCmd()
2685 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiSetOperatorCmd()
2686 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiSetOperatorCmd()
2690 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiSetOperatorCmd()
2730 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiGetOperatorCmd() local
2739 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiGetOperatorCmd()
2755 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetOperatorCmd()
2756 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiGetOperatorCmd()
2757 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiGetOperatorCmd()
2758 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiGetOperatorCmd()
2769 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiGetOperatorCmd()
2770 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiGetOperatorCmd()
2771 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiGetOperatorCmd()
2775 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiGetOperatorCmd()
2805 agsaLLRoot_t *saRoot = (agsaLLRoot_t *) (agRoot->sdkData); in mpiDIFEncryptionOffloadCmd() local
2812 pRequest = (agsaIORequestDesc_t *)saLlistIOGetHead(&(saRoot->freeIORequests)); in mpiDIFEncryptionOffloadCmd()
2828 saLlistIORemove(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDIFEncryptionOffloadCmd()
2829 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag; in mpiDIFEncryptionOffloadCmd()
2830 saRoot->IOMap[pRequest->HTag].IORequest = (void *)pRequest; in mpiDIFEncryptionOffloadCmd()
2831 saRoot->IOMap[pRequest->HTag].agContext = agContext; in mpiDIFEncryptionOffloadCmd()
2918 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF; in mpiDIFEncryptionOffloadCmd()
2919 saRoot->IOMap[pRequest->HTag].IORequest = agNULL; in mpiDIFEncryptionOffloadCmd()
2920 saRoot->IOMap[pRequest->HTag].agContext = agNULL; in mpiDIFEncryptionOffloadCmd()
2924 saLlistIOAdd(&(saRoot->freeIORequests), &(pRequest->linkNode)); in mpiDIFEncryptionOffloadCmd()