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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c274 rx_buffer->next = bf_pool->recycle_head;
275 bf_pool->recycle_head = rx_buffer;
288 bf_pool->head = bf_pool->recycle_head;
289 bf_pool->recycle_head = bf_pool->recycle_tail = NULL;
415 bf_pool->head = bf_pool->recycle_head;
416 bf_pool->recycle_tail = bf_pool->recycle_head = NULL;
494 bf_pool->recycle_head = NULL;
H A Dxgell.h299 xgell_rx_buffer_t *recycle_head; /* recycle list's head */ member in struct:xgell_rx_buffer_pool_t

Completed in 67 milliseconds