Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c199 xgell_rx_buffer_pool_t *bf_pool = &ring->bf_pool; in xgell_rx_buffer_replenish_all() local
237 xgell_rx_buffer_pool_t *bf_pool = &ring->bf_pool; in xgell_rx_buffer_release() local
270 xgell_rx_buffer_pool_t *bf_pool = &ring->bf_pool; in xgell_rx_buffer_recycle() local
287 bf_pool->recycle_tail->next = bf_pool->head; in xgell_rx_buffer_recycle()
288 bf_pool->head = bf_pool->recycle_head; in xgell_rx_buffer_recycle()
290 bf_pool->post -= bf_pool->recycle; in xgell_rx_buffer_recycle()
291 bf_pool->free += bf_pool->recycle; in xgell_rx_buffer_recycle()
414 bf_pool->recycle_tail->next = bf_pool->head; in xgell_rx_destroy_buffer_pool()
415 bf_pool->head = bf_pool->recycle_head; in xgell_rx_destroy_buffer_pool()
417 bf_pool->post -= bf_pool->recycle; in xgell_rx_destroy_buffer_pool()
[all …]
H A Dxgell.h331 xgell_rx_buffer_pool_t bf_pool; /* per ring buffer pool */ member