Searched refs:recycle_tail (Results 1 – 2 of 2) sorted by relevance
276 if (bf_pool->recycle_tail == NULL) in xgell_rx_buffer_recycle()277 bf_pool->recycle_tail = rx_buffer; in xgell_rx_buffer_recycle()287 bf_pool->recycle_tail->next = bf_pool->head; in xgell_rx_buffer_recycle()289 bf_pool->recycle_head = bf_pool->recycle_tail = NULL; in xgell_rx_buffer_recycle()414 bf_pool->recycle_tail->next = bf_pool->head; in xgell_rx_destroy_buffer_pool()416 bf_pool->recycle_tail = bf_pool->recycle_head = NULL; in xgell_rx_destroy_buffer_pool()495 bf_pool->recycle_tail = NULL; in xgell_rx_create_buffer_pool()
300 xgell_rx_buffer_t *recycle_tail; /* recycle list's tail */ member