Searched refs:ccTreesLst (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.h345 t_List ccTreesLst; member in struct:__anon9713
H A Dfm_cc.c450 EnqueueNodeInfoToRelevantLst(&p_CcNode->ccTreesLst,
466 DequeueNodeInfoFromRelevantLst(&p_CcNode->ccTreesLst,
673 for (p_Pos = NCSW_LIST_FIRST(&p_FmPcdCcWorkingOnNode->ccTreesLst);
674 p_Pos != (&p_FmPcdCcWorkingOnNode->ccTreesLst); p_Pos =
1305 ReleaseLst(&p_CcNode->ccTreesLst);
2786 if (!NCSW_LIST_IsEmpty(&p_CcNode->ccTreesLst))
2788 NCSW_LIST_FOR_EACH(p_Pos, &p_CcNode->ccTreesLst)
3252 if (!NCSW_LIST_IsEmpty(&p_FmPcdCcNode1->ccTreesLst))
3254 NCSW_LIST_FOR_EACH(p_Pos, &p_FmPcdCcNode1->ccTreesLst)
4373 INIT_LIST(&p_CcNode->ccTreesLst);
[all...]

Completed in 61 milliseconds