Searched refs:NCSW_LIST_FOR_EACH (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/ncsw/etc/ |
H A D | ncsw_list.c | 66 NCSW_LIST_FOR_EACH(p_Tmp, p_List) in NCSW_LIST_NumOfObjs()
|
/freebsd/sys/contrib/ncsw/inc/etc/ |
H A D | list_ext.h | 143 #define NCSW_LIST_FOR_EACH(p_Pos, p_Head) \ macro
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | dtsec.c | 984 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress() 1000 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
|
H A D | tgec.c | 629 NCSW_LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_pcd.c | 714 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll() 725 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll() 750 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockUnlockAll()
|
H A D | fm_cc.c | 2788 NCSW_LIST_FOR_EACH(p_Pos, &p_CcNode->ccTreesLst) in BuildNewNodeAddOrMdfyKeyAndNextEngine() 3254 NCSW_LIST_FOR_EACH(p_Pos, &p_FmPcdCcNode1->ccTreesLst) in BuildNewNodeModifyNextEngine() 3342 NCSW_LIST_FOR_EACH(p_Pos, &p_CrntMdfNode->ccPrevNodesLst) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode() 3395 NCSW_LIST_FOR_EACH(p_Pos, &p_CrntMdfNode->ccTreeIdLst) in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode() 5835 NCSW_LIST_FOR_EACH(p_Pos, &p_CcNode->ccTreesLst) in FmPcdCcNodeTreeTryLock() 5844 NCSW_LIST_FOR_EACH(p_Tmp, &p_CcNode->ccTreesLst) in FmPcdCcNodeTreeTryLock() 5874 NCSW_LIST_FOR_EACH(p_Pos, p_List) in FmPcdCcNodeTreeReleaseLock()
|
H A D | fm_manip.c | 4507 NCSW_LIST_FOR_EACH(p_Pos, &p_CrntMdfManip->nodesLst) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip() 5423 NCSW_LIST_FOR_EACH(p_Pos, &lstOfNodeshichPointsOnCrntMdfManip) in FM_PCD_ManipNodeReplace() 5448 …* call Host Command to replace HMTD by a new one */NCSW_LIST_FOR_EACH(p_Pos, &lstOfNodeshichPoints… in FM_PCD_ManipNodeReplace()
|