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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h118 * See also: xge_list_remove(), xge_list_insert_before(), xge_list_t{}.
134 * xge_list_insert_before - Insert a new item before the specified item.
140 static inline void xge_list_insert_before (xge_list_t *new_item, function
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c227 xge_list_insert_before(&elem->item, &queue->list_head);

Completed in 45 milliseconds