Home
last modified time | relevance | path

Searched refs:p_Pos (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h143 #define NCSW_LIST_FOR_EACH(p_Pos, p_Head) \ argument
144 for (p_Pos = NCSW_LIST_FIRST(p_Head); p_Pos != (p_Head); p_Pos = NCSW_LIST_NEXT(p_Pos))
156 #define NCSW_LIST_FOR_EACH_SAFE(p_Pos, p_Tmp, p_Head) \ argument
157 for (p_Pos = NCSW_LIST_FIRST(p_Head), p_Tmp = NCSW_LIST_FIRST(p_Pos); \
158 p_Pos != (p_Head); \
159 p_Pos = p_Tmp, p_Tmp = NCSW_LIST_NEXT(p_Pos))
176 #define NCSW_LIST_FOR_EACH_OBJECT_SAFE(p_Pos, p_Tmp, p_Head, type, member) \ argument
177 for (p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(p_Head), type, member), \
178 p_Tmp = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&p_Pos->member), type, member); \
179 &p_Pos->member != (p_Head); \
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c599 t_List *p_Pos; in ReleaseModifiedDataStructure() local
673 for (p_Pos = NCSW_LIST_FIRST(&p_FmPcdCcWorkingOnNode->ccTreesLst); in ReleaseModifiedDataStructure()
674 p_Pos != (&p_FmPcdCcWorkingOnNode->ccTreesLst); p_Pos = in ReleaseModifiedDataStructure()
675 NCSW_LIST_NEXT(p_Pos)) in ReleaseModifiedDataStructure()
677 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in ReleaseModifiedDataStructure()
770 for (p_Pos = NCSW_LIST_FIRST(h_FmPcdNewPointersLst); in ReleaseModifiedDataStructure()
771 p_Pos != (h_FmPcdNewPointersLst); p_Pos = NCSW_LIST_NEXT(p_Pos)) in ReleaseModifiedDataStructure()
774 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in ReleaseModifiedDataStructure()
2581 t_List *p_Pos; in BuildNewNodeAddOrMdfyKeyAndNextEngine() local
2788 NCSW_LIST_FOR_EACH(p_Pos, &p_CcNode->ccTreesLst) in BuildNewNodeAddOrMdfyKeyAndNextEngine()
[all …]
H A Dfm_pcd.c710 t_List *p_Pos, *p_SavedPos=NULL; in FmPcdLockTryLockAll() local
714 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll()
716 t_FmPcdLock *p_Lock = FM_PCD_LOCK_OBJ(p_Pos); in FmPcdLockTryLockAll()
719 p_SavedPos = p_Pos; in FmPcdLockTryLockAll()
725 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockTryLockAll()
727 t_FmPcdLock *p_Lock = FM_PCD_LOCK_OBJ(p_Pos); in FmPcdLockTryLockAll()
728 if (p_Pos == p_SavedPos) in FmPcdLockTryLockAll()
746 t_List *p_Pos; in FmPcdLockUnlockAll() local
750 NCSW_LIST_FOR_EACH(p_Pos, &((t_FmPcd*)h_FmPcd)->acquiredLocksLst) in FmPcdLockUnlockAll()
752 t_FmPcdLock *p_Lock = FM_PCD_LOCK_OBJ(p_Pos); in FmPcdLockUnlockAll()
H A Dfm_replic.c346 t_List *p_Pos; in GetMemberByIndex() local
349 LIST_FOR_EACH(p_Pos, &p_ReplicGroup->membersList) in GetMemberByIndex()
353 p_Member = LIST_OBJECT(p_Pos, t_FmPcdFrmReplicMember, node); in GetMemberByIndex()
H A Dfm_manip.c4502 t_List *p_Pos; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip() local
4507 NCSW_LIST_FOR_EACH(p_Pos, &p_CrntMdfManip->nodesLst) in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4509 p_CcNodeInformation = CC_NODE_F_OBJECT(p_Pos); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
5351 t_List lstOfNodeshichPointsOnCrntMdfManip, *p_Pos; in FM_PCD_ManipNodeReplace() local
5423 NCSW_LIST_FOR_EACH(p_Pos, &lstOfNodeshichPointsOnCrntMdfManip) in FM_PCD_ManipNodeReplace()
5425 p_CcNodeInfo = CC_NODE_F_OBJECT(p_Pos); 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()
5450 p_CcNodeInfo = CC_NODE_F_OBJECT(p_Pos); in FM_PCD_ManipNodeReplace()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c952 t_List *p_Pos; in DtsecDelHashMacAddress() local
984 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
986 p_HashEntry = ETH_HASH_ENTRY_OBJ(p_Pos); in DtsecDelHashMacAddress()
1000 NCSW_LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[bucket])) in DtsecDelHashMacAddress()
1002 p_HashEntry = ETH_HASH_ENTRY_OBJ(p_Pos); in DtsecDelHashMacAddress()
H A Dtgec.c614 t_List *p_Pos; in TgecDelHashMacAddress() local
629 NCSW_LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()
631 p_HashEntry = ETH_HASH_ENTRY_OBJ(p_Pos); in TgecDelHashMacAddress()
H A Dmemac.c749 t_List *p_Pos; in MemacDelHashMacAddress() local
760 LIST_FOR_EACH(p_Pos, &(p_Memac->p_MulticastAddrHash->p_Lsts[hash])) in MemacDelHashMacAddress()
762 p_HashEntry = ETH_HASH_ENTRY_OBJ(p_Pos); in MemacDelHashMacAddress()