Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h256 #define ECORE_LIST_NEXT(_elem, _link, cast) \ macro
337 pos = ECORE_LIST_NEXT(pos, _link, cast))
342 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL; \
345 n = (pos) ? ECORE_LIST_NEXT(pos, _link, cast) : NULL)
H A Decore_sp.c1025 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore()