Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_rx.c68 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_start()
89 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_stop()
115 struct ndp_rx_queue *rxq; in nfb_eth_rx_queue_setup()
119 sizeof(struct ndp_rx_queue), in nfb_eth_rx_queue_setup()
152 struct ndp_rx_queue *rxq) in nfb_eth_rx_queue_init()
181 struct ndp_rx_queue *rxq = (struct ndp_rx_queue *)q; 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.h28 struct ndp_rx_queue { struct
64 struct ndp_rx_queue *rxq);
144 struct ndp_rx_queue *ndp = queue; in nfb_eth_ndp_rx()