Home
last modified time | relevance | path

Searched refs:nicvf_txq (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h29 struct nicvf_txq { struct
37 void (*pool_free)(struct nicvf_txq *sq); argument
H A Dnicvf_rxtx.h111 void nicvf_single_pool_free_xmited_buffers(struct nicvf_txq *sq);
112 void nicvf_multi_pool_free_xmited_buffers(struct nicvf_txq *sq);
H A Dnicvf_rxtx.c73 nicvf_single_pool_free_xmited_buffers(struct nicvf_txq *sq) in nicvf_single_pool_free_xmited_buffers()
96 nicvf_multi_pool_free_xmited_buffers(struct nicvf_txq *sq) in nicvf_multi_pool_free_xmited_buffers()
119 nicvf_free_tx_desc(struct nicvf_txq *sq) in nicvf_free_tx_desc()
128 nicvf_free_xmitted_buffers(struct nicvf_txq *sq, struct rte_mbuf **tx_pkts, in nicvf_free_xmitted_buffers()
151 struct nicvf_txq *sq = tx_queue; in nicvf_xmit_pkts()
190 struct nicvf_txq *sq = tx_queue; in nicvf_xmit_pkts_multiseg()
H A Dnicvf_ethdev.c597 struct nicvf_txq *sq, uint16_t qidx, uint32_t desc_cnt) in nicvf_qset_sq_alloc()
704 nicvf_tx_queue_release_mbufs(struct nicvf_txq *txq) in nicvf_tx_queue_release_mbufs()
720 nicvf_tx_queue_reset(struct nicvf_txq *txq) in nicvf_tx_queue_reset()
735 struct nicvf_txq *txq; in nicvf_vf_start_tx_queue()
766 struct nicvf_txq *txq; in nicvf_vf_stop_tx_queue()
863 struct nicvf_txq *txq; in nicvf_dev_tx_queue_release()
867 txq = (struct nicvf_txq *)sq; in nicvf_dev_tx_queue_release()
881 struct nicvf_txq *txq = NULL; in nicvf_set_tx_function()
940 struct nicvf_txq *txq; in nicvf_dev_tx_queue_setup()
994 txq = rte_zmalloc_socket("ethdev TX queue", sizeof(struct nicvf_txq), in nicvf_dev_tx_queue_setup()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.h108 NICVF_STATIC_ASSERT(sizeof(struct nicvf_txq) <= 128);
186 struct nicvf_txq *txq);
H A Dnicvf_hw.c544 nicvf_qset_sq_config(struct nicvf *nic, uint16_t qidx, struct nicvf_txq *txq) in nicvf_qset_sq_config()