Searched refs:numOfEntries (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_replic.c | 72 lastMemberIndex = p_ReplicGroup->numOfEntries; in GetMemberPosition() 74 lastMemberIndex = p_ReplicGroup->numOfEntries-1; in GetMemberPosition() 124 if (!p_ReplicGroupParam->numOfEntries) in CheckParams() 128 if (p_ReplicGroupParam->maxNumOfEntries < p_ReplicGroupParam->numOfEntries) in CheckParams() 131 for (i=0; i<p_ReplicGroupParam->numOfEntries; i++) in CheckParams() 167 p_ReplicGroup->numOfEntries++; in AddMemberToList() 173 ASSERT_COND(p_ReplicGroup->numOfEntries); in RemoveMemberFromList() 175 p_ReplicGroup->numOfEntries--; in RemoveMemberFromList() 551 if (p_ReplicGroup->numOfEntries) in DeleteGroup() 553 j = p_ReplicGroup->numOfEntries-1; in DeleteGroup() [all …]
|
| H A D | fm_replic.h | 92 uint8_t numOfEntries; /**< actual number of members in the group */ member
|
| H A D | fm_cc.c | 415 t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) in SetRequiredAction1() argument 427 for (i = 0; i < numOfEntries; i++) in SetRequiredAction1() 581 t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) in SetRequiredAction() argument 585 numOfEntries, h_Tree); in SetRequiredAction() 590 numOfEntries, h_Tree); in SetRequiredAction() 819 ((t_FmPcdCcTree *)(p_AdditionalParams->h_CurrentNode))->numOfEntries; in ReleaseModifiedDataStructure() 1077 uint16_t numOfEntries, t_Handle h_Ad, bool validate, uint16_t level, in CcUpdateParam() argument 1106 if (numOfEntries) in CcUpdateParam() 1108 for (i = 0; i < numOfEntries; i++) in CcUpdateParam() 2355 p_CcTree->numOfEntries, in CcUpdateParams() [all …]
|
| H A D | fm_cc.h | 382 uint8_t numOfEntries; member
|
| H A D | fm_manip.c | 2049 uint32_t waySize, numOfSets, numOfEntries; in CreateReassTable() local 2129 numOfEntries = (uint32_t)(p_Manip->reassmParams.maxNumFramesInProcess * 2); in CreateReassTable() 2132 numOfSets = numOfEntries / numOfWays; in CreateReassTable()
|
| /src/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_ext.h | 839 t_Error FM_ConfigDmaCamNumOfEntries(t_Handle h_Fm, uint8_t numOfEntries);
|
| H A D | fm_pcd_ext.h | 2900 uint8_t numOfEntries; /**< Number of members in the group; member
|
| /src/sys/contrib/ncsw/Peripherals/FM/ |
| H A D | fm_ncsw.c | 3907 t_Error FM_ConfigDmaCamNumOfEntries(t_Handle h_Fm, uint8_t numOfEntries) in FM_ConfigDmaCamNumOfEntries() argument 3915 p_Fm->p_FmDriverParam->dma_cam_num_of_entries = numOfEntries; in FM_ConfigDmaCamNumOfEntries()
|