Searched refs:NCSW_LIST_OBJECT (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/ncsw/inc/etc/
H A Dlist_ext.h118 @Function NCSW_LIST_OBJECT
128 #define NCSW_LIST_OBJECT(p_List, type, member) \ macro
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); \
181 p_Tmp = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&p_Pos->member), type, member))
197 for (p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(p_Head), type, member); \
199 p_Pos = NCSW_LIST_OBJECT(NCSW_LIST_FIRST(&(p_Pos->member)), type, member))
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h65 #define ETH_HASH_ENTRY_OBJ(ptr) NCSW_LIST_OBJECT(ptr, t_EthHashEntry, node)
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h249 #define CC_NODE_F_OBJECT(ptr) NCSW_LIST_OBJECT(ptr, t_CcNodeInformation, node)
263 #define CC_NEXT_NODE_F_OBJECT(ptr) NCSW_LIST_OBJECT(ptr, t_CcNodeInfo, node)
666 #define FM_PCD_LOCK_OBJ(ptr) NCSW_LIST_OBJECT(ptr, t_FmPcdLock, node)
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c107 p_StatsObj = NCSW_LIST_OBJECT(p_Next, t_FmPcdStatsObj, node);

Completed in 95 milliseconds