Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Ddl_list.h63 #define ITERATE_OVER_LIST(pStart, pTemp) \ argument
64 for ((pTemp) = (pStart)->pNext; pTemp != (pStart); \
86 #define ITERATE_OVER_LIST_ALLOW_REMOVE(pStart, pItem, st, offset) \ argument
89 { pTemp = (pStart)->pNext; } \
90 while (pTemp != (pStart)) { \
94 #define ITERATE_IS_VALID(pStart) dl_list_is_entry_in_list(pStart, pTemp) argument
95 #define ITERATE_RESET(pStart) { pTemp = (pStart)->pNext; } argument