Home
last modified time | relevance | path

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

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