Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfp/
H A Dnfp_ethdev_vf.c161 struct nfp_net_rxq *this_rx_q; in nfp_netvf_stop() local
175 this_rx_q = (struct nfp_net_rxq *)dev->data->rx_queues[i]; in nfp_netvf_stop()
176 nfp_net_reset_rx_queue(this_rx_q); in nfp_netvf_stop()
201 struct nfp_net_rxq *this_rx_q; in nfp_netvf_close() local
226 this_rx_q = (struct nfp_net_rxq *)dev->data->rx_queues[i]; in nfp_netvf_close()
227 nfp_net_reset_rx_queue(this_rx_q); in nfp_netvf_close()
H A Dnfp_ethdev.c209 struct nfp_net_rxq *this_rx_q; in nfp_net_stop() local
224 this_rx_q = (struct nfp_net_rxq *)dev->data->rx_queues[i]; in nfp_net_stop()
225 nfp_net_reset_rx_queue(this_rx_q); in nfp_net_stop()
282 struct nfp_net_rxq *this_rx_q; in nfp_net_close() local
309 this_rx_q = (struct nfp_net_rxq *)dev->data->rx_queues[i]; in nfp_net_close()
310 nfp_net_reset_rx_queue(this_rx_q); in nfp_net_close()