Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfb/
H A Dnfb_rx.c18 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_start()
39 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_stop()
65 struct ndp_rx_queue *rxq; in nfb_eth_rx_queue_setup()
69 sizeof(struct ndp_rx_queue), in nfb_eth_rx_queue_setup()
99 struct ndp_rx_queue *rxq) in nfb_eth_rx_queue_init()
128 struct ndp_rx_queue *rxq = dev->data->rx_queues[qid]; in nfb_eth_rx_queue_release()
H A Dnfb_stats.c23 struct ndp_rx_queue *rx_queue = *((struct ndp_rx_queue **) in nfb_eth_stats_get()
62 struct ndp_rx_queue *rx_queue = *((struct ndp_rx_queue **) in nfb_eth_stats_reset()
H A Dnfb_rx.h27 struct ndp_rx_queue { struct
63 struct ndp_rx_queue *rxq);
145 struct ndp_rx_queue *ndp = queue; in nfb_eth_ndp_rx()