Home
last modified time | relevance | path

Searched refs:numOfGrps (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h378 uint8_t numOfGrps; member
H A Dfm_cc.c5113 p_FmPcdCcTree->numOfGrps--; in FmPcdCcTreeAddIPR()
5124 ipv4GroupId = p_FmPcdCcTree->numOfGrps++; in FmPcdCcTreeAddIPR()
5136 p_FmPcdCcTree->numOfGrps--; in FmPcdCcTreeAddIPR()
5139 p_FmPcdCcTree->numOfGrps--; in FmPcdCcTreeAddIPR()
5202 groupId = p_FmPcdCcTree->numOfGrps++; in FmPcdCcTreeAddCPR()
5213 p_FmPcdCcTree->numOfGrps--; in FmPcdCcTreeAddCPR()
5291 if (grpId >= p_FmPcdCcTree->numOfGrps) in FmPcdCcModifyNextEngineParamTree()
5774 if (grpId >= p_FmPcdCcTree->numOfGrps) in FmPcdCcGetGrpParams()
6040 if ((p_PcdGroupsParam->numOfGrps == 1) && in FM_PCD_CcRootBuild()
6174 p_FmPcdCcTree->numOfGrps = p_PcdGroupsParam->numOfGrps; in FM_PCD_CcRootBuild()
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2032 … uint8_t numOfGrps; /**< Number of CC groups within the CC tree */ member