Home
last modified time | relevance | path

Searched refs:nfp_net_txq (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.c34 static int nfp_net_tx_free_bufs(struct nfp_net_txq *txq);
36 static inline uint32_t nfp_free_tx_desc(struct nfp_net_txq *txq);
38 static inline void nfp_net_tx_tso(struct nfp_net_txq *txq,
41 static inline void nfp_net_tx_cksum(struct nfp_net_txq *txq,
605 nfp_net_tx_free_bufs(struct nfp_net_txq *txq) in nfp_net_tx_free_bufs()
642 nfp_net_tx_queue_release_mbufs(struct nfp_net_txq *txq) in nfp_net_tx_queue_release_mbufs()
671 nfp_net_reset_tx_queue(struct nfp_net_txq *txq) in nfp_net_reset_tx_queue()
684 struct nfp_net_txq *txq; in nfp_net_tx_queue_setup()
797 uint32_t nfp_free_tx_desc(struct nfp_net_txq *txq) in nfp_free_tx_desc()
814 uint32_t nfp_net_txq_full(struct nfp_net_txq *txq) in nfp_net_txq_full()
[all …]
H A Dnfp_rxtx.h87 struct nfp_net_txq { struct
288 void nfp_net_reset_tx_queue(struct nfp_net_txq *txq);
H A Dnfp_ethdev_vf.c160 struct nfp_net_txq *this_tx_q; in nfp_netvf_stop()
170 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_netvf_stop()
200 struct nfp_net_txq *this_tx_q; in nfp_netvf_close()
220 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_netvf_close()
H A Dnfp_ethdev.c208 struct nfp_net_txq *this_tx_q; in nfp_net_stop()
219 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_net_stop()
281 struct nfp_net_txq *this_tx_q; in nfp_net_close()
303 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_net_close()