Home
last modified time | relevance | path

Searched refs:clsPlanGrps (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1856 if (!p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used) in FmPcdKgBuildClsPlanGrp()
1861 p_FmPcd->p_FmPcdKg->clsPlanGrps[i].used = TRUE; in FmPcdKgBuildClsPlanGrp()
1868 p_ClsPlanGrp = &p_FmPcd->p_FmPcdKg->clsPlanGrps[i]; in FmPcdKgBuildClsPlanGrp()
1979 if (p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].owners) in FmPcdKgDestroyClsPlanGrp()
1995 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].sizeOfGrp, in FmPcdKgDestroyClsPlanGrp()
1997 p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry); in FmPcdKgDestroyClsPlanGrp()
2004 kgAlloc.clsPlanBase = p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId].baseEntry; in FmPcdKgDestroyClsPlanGrp()
2033 memset(&p_FmPcd->p_FmPcdKg->clsPlanGrps[grpId], 0, sizeof(t_FmPcdKgClsPlanGrp)); in FmPcdKgDestroyClsPlanGrp()
2543 p_ClsPlanGrp = &p_FmPcd->p_FmPcdKg->clsPlanGrps[*p_ClsPlanGrpId]; in FmPcdKgSetOrBindToClsPlanGrp()
2757 return p_FmPcd->p_FmPcdKg->clsPlanGrps[clsPlanGrp].baseEntry; in FmPcdKgGetClsPlanGrpBase()
[all …]
H A Dfm_pcd.h254 t_FmPcdKgClsPlanGrp clsPlanGrps[FM_MAX_NUM_OF_PORTS]; member