Home
last modified time | relevance | path

Searched defs:m_head (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1127 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append()
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c102 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append()
/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1484 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1157 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c980 struct rte_mbuf *m_head = rte_pktmbuf_alloc(mbuf_pool); in init_op_data_objs() local