Home
last modified time | relevance | path

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

/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
981 TEST_ASSERT_NOT_NULL(m_head, in init_op_data_objs()
995 bufs[i].data = m_head; in init_op_data_objs()
1007 m_head->buf_addr = data; in init_op_data_objs()
1008 m_head->buf_iova = rte_malloc_virt2iova(data); in init_op_data_objs()
1009 m_head->data_off = 0; in init_op_data_objs()
1010 m_head->data_len = seg->length; in init_op_data_objs()
1012 data = rte_pktmbuf_append(m_head, seg->length); in init_op_data_objs()
1048 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()
1065 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()
/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() argument
1134 m_head->pkt_len = (m_head->pkt_len + 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() argument
109 m_head->pkt_len = (m_head->pkt_len + 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() argument
1491 m_head->pkt_len = (m_head->pkt_len + 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() argument
1164 m_head->pkt_len = (m_head->pkt_len + len); in mbuf_append()