Searched refs:numOfKeys (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h188 #define CC_BUILD_AGING_MASK(numOfKeys) ((((1LL << ((numOfKeys) + 1)) - 1)) << (31 - (numOfKeys)))
274 uint16_t numOfKeys; member in struct:__anon9711
299 uint16_t numOfKeys; member in struct:__anon9713
H A Dfm_cc.c358 tmpReg32 |= p_Node->numOfKeys << 24;
471 if (p_CcNode->keyAndNextEngineParams[p_CcNode->numOfKeys].nextEngineParams.nextEngine
473 tmp = (uint8_t)(p_CcNode->numOfKeys + 1);
475 tmp = p_CcNode->numOfKeys;
805 ((t_FmPcdCcNode *)(p_AdditionalParams->h_CurrentNode))->numOfKeys =
806 p_AdditionalParams->numOfKeys;
851 p_FmPcdCcNodeTmp->numOfKeys = p_FmPcdModifyCcKeyAdditionalParams->numOfKeys;
1060 for (i = 0; i < p_CcNode->numOfKeys; i++)
1135 if (p_CcNode->keyAndNextEngineParams[p_CcNode->numOfKeys]
3438 uint16_t numOfKeys; local
[all...]
H A Dfm_manip.c4516 for (i = 0; i < p_NodePtrOnCurrentMdfManip->numOfKeys + 1; i++)
4538 ASSERT_COND(i != p_NodePtrOnCurrentMdfManip->numOfKeys);
4828 ("The manipulation of the type statistics flowId if exist has to be pointed by all numOfKeys"));
4837 ("The manipulation of the type remove DTLS if exist has to be pointed by all numOfKeys"));
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1526 this mask must be log2 of the CC-node 'numOfKeys'.
1908 parameters of this node, 'maxNumOfKeys' must be equal to 'numOfKeys'.
1910 all required structures are allocated according to 'numOfKeys'
1947 uint16_t numOfKeys; /**< Number of initial keys; member in struct:t_KeysParams
1956 /**< An array with 'numOfKeys' entries, each entry specifies the

Completed in 122 milliseconds