Searched refs:ECORE_LIST_NEXT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 256 #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 D | ecore_sp.c | 1025 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore()
|