Searched refs:rte_avp_fifo (Results 1 – 4 of 4) sorted by relevance
34 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()
9 headers = files('rte_avp_common.h', 'rte_avp_fifo.h')
178 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 …]
93 struct rte_avp_fifo { struct