Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bxe/
HDecore_sp.h342 #define ECORE_LIST_SPLICE_INIT(_list1, _list2) \ argument
344 (_list1)->tail->next = (_list2)->head; \
346 (_list2)->head->prev = (_list1)->tail; \
348 (_list2)->tail = (_list1)->tail; \
350 (_list2)->head = (_list1)->head; \
351 (_list2)->cnt += (_list1)->cnt; \
352 (_list1)->head = NULL; \
353 (_list1)->tail = NULL; \
354 (_list1)->cnt = 0; \