Home
last modified time | relevance | path

Searched refs:pool_free (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h37 void (*pool_free)(struct nicvf_txq *sq); member
H A Dnicvf_ethdev.c905 if (txq->pool_free == nicvf_single_pool_free_xmited_buffers) in nicvf_set_tx_function()
1018 txq->pool_free = nicvf_multi_pool_free_xmited_buffers; in nicvf_dev_tx_queue_setup()
1020 txq->pool_free = nicvf_single_pool_free_xmited_buffers; in nicvf_dev_tx_queue_setup()
H A Dnicvf_rxtx.c138 sq->pool_free(sq); in nicvf_free_xmitted_buffers()