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

/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.h309 #define ECORE_LIST_NEXT(_elem, _link, cast) \ macro
390 pos = ECORE_LIST_NEXT(pos, _link, cast))
395 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL; \
398 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL)
H A Decore_sp.c1400 *ppos = ECORE_LIST_NEXT(*ppos, link,

Completed in 62 milliseconds