Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfp/
H A Dnfp_ethdev_vf.c160 struct nfp_net_txq *this_tx_q; in nfp_netvf_stop() local
170 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_netvf_stop()
171 nfp_net_reset_tx_queue(this_tx_q); in nfp_netvf_stop()
200 struct nfp_net_txq *this_tx_q; in nfp_netvf_close() local
220 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_netvf_close()
221 nfp_net_reset_tx_queue(this_tx_q); in nfp_netvf_close()
H A Dnfp_ethdev.c208 struct nfp_net_txq *this_tx_q; in nfp_net_stop() local
219 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_net_stop()
220 nfp_net_reset_tx_queue(this_tx_q); in nfp_net_stop()
281 struct nfp_net_txq *this_tx_q; in nfp_net_close() local
303 this_tx_q = (struct nfp_net_txq *)dev->data->tx_queues[i]; in nfp_net_close()
304 nfp_net_reset_tx_queue(this_tx_q); in nfp_net_close()