Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/avp/
H A Drte_avp_fifo.h34 avp_fifo_init(struct rte_avp_fifo *fifo, unsigned int size) in avp_fifo_init()
51 avp_fifo_put(struct rte_avp_fifo *fifo, void **data, unsigned int num) in avp_fifo_put()
75 avp_fifo_get(struct rte_avp_fifo *fifo, void **data, unsigned int num) in avp_fifo_get()
100 avp_fifo_count(struct rte_avp_fifo *fifo) in avp_fifo_count()
109 avp_fifo_free_count(struct rte_avp_fifo *fifo) in avp_fifo_free_count()
H A Dmeson.build9 headers = files('rte_avp_common.h', 'rte_avp_fifo.h')
H A Davp_ethdev.c178 struct rte_avp_fifo *alloc_q[RTE_AVP_MAX_QUEUES];
180 struct rte_avp_fifo *free_q[RTE_AVP_MAX_QUEUES];
187 struct rte_avp_fifo *req_q; /**< Request queue */
1387 struct rte_avp_fifo *free_q; in avp_recv_scattered_pkts()
1388 struct rte_avp_fifo *rx_q; in avp_recv_scattered_pkts()
1489 struct rte_avp_fifo *free_q; in avp_recv_pkts()
1490 struct rte_avp_fifo *rx_q; in avp_recv_pkts()
1698 struct rte_avp_fifo *alloc_q; in avp_xmit_scattered_pkts()
1699 struct rte_avp_fifo *tx_q; in avp_xmit_scattered_pkts()
1819 struct rte_avp_fifo *alloc_q; in avp_xmit_pkts()
[all …]
H A Drte_avp_common.h93 struct rte_avp_fifo { struct