Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h288 #define ECORE_LIST_SPLICE_INIT(_list1, _list2) \ argument
290 (_list1)->tail->next = (_list2)->head; \
291 if ((_list2)->head) { \
292 (_list2)->head->prev = (_list1)->tail; \
294 (_list2)->tail = (_list1)->tail; \
296 (_list2)->head = (_list1)->head; \
297 (_list2)->cnt += (_list1)->cnt; \