Searched refs:pInstanceParams (Results 1 – 3 of 3) sorted by relevance
61 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetMemoryTable() argument83 if (pInstanceParams != LVM_NULL) in LVREV_GetMemoryTable()89 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetMemoryTable()95 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1) && in LVREV_GetMemoryTable()96 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2) && in LVREV_GetMemoryTable()97 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetMemoryTable()119 if (pInstanceParams == LVM_NULL) in LVREV_GetMemoryTable()127 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetMemoryTable()131 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetMemoryTable()140 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetMemoryTable()[all …]
50 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetInstanceHandle() argument65 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()85 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetInstanceHandle()91 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1)&& in LVREV_GetInstanceHandle()92 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2)&& in LVREV_GetInstanceHandle()93 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetInstanceHandle()135 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetInstanceHandle()139 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetInstanceHandle()148 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetInstanceHandle()150 MaxBlockSize=pInstanceParams->MaxBlockSize; in LVREV_GetInstanceHandle()[all …]
165 LVREV_InstanceParams_st *pInstanceParams);195 LVREV_InstanceParams_st *pInstanceParams);