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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c276 if (bf_pool->recycle_tail == NULL)
277 bf_pool->recycle_tail = rx_buffer;
287 bf_pool->recycle_tail->next = bf_pool->head;
289 bf_pool->recycle_head = bf_pool->recycle_tail = NULL;
414 bf_pool->recycle_tail->next = bf_pool->head;
416 bf_pool->recycle_tail = bf_pool->recycle_head = NULL;
495 bf_pool->recycle_tail = NULL;
H A Dxgell.h300 xgell_rx_buffer_t *recycle_tail; /* recycle list's tail */ member in struct:xgell_rx_buffer_pool_t

Completed in 69 milliseconds