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

/freebsd-10.3-release/sys/dev/nxge/include/
H A Dxge-list.h123 * See also: xge_list_remove(), xge_list_insert_before(), xge_list_t{}.
139 * xge_list_insert_before - Insert a new item before the specified item.
145 static inline void xge_list_insert_before (xge_list_t *new_item, function
/freebsd-10.3-release/sys/dev/nxge/xgehal/
H A Dxge-queue.c232 xge_list_insert_before(&elem->item, &queue->list_head);

Completed in 50 milliseconds