Home
last modified time | relevance | path

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

/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c1027 struct rte_mbuf *m_tail = in init_op_data_objs() local
1029 TEST_ASSERT_NOT_NULL(m_tail, in init_op_data_objs()
1036 data = rte_pktmbuf_append(m_tail, seg->length); in init_op_data_objs()
1048 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()
1057 struct rte_mbuf *m_tail = in init_op_data_objs() local
1059 TEST_ASSERT_NOT_NULL(m_tail, in init_op_data_objs()
1065 ret = rte_pktmbuf_chain(m_head, m_tail); in init_op_data_objs()