Home
last modified time | relevance | path

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

/f-stack/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() function
595 if (mbuf_append(m_in, m_in, 3) == NULL) { in process_enc_cb()
631 if ((c - r == 1) && (mbuf_append(m_in, m_in, 3) == NULL)) { in process_enc_cb()
677 out0 = (uint8_t *)mbuf_append(m_out_head, m_out, in process_enc_cb()
731 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_enc_cb()
917 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_ldpc_enc_cb()
1290 out = (uint8_t *)mbuf_append(m_out_head, m_out, in process_dec_cb()
1446 out = (uint8_t *)mbuf_append(m_out_head, m_out, out_length); in process_ldpc_dec_cb()
1507 harq_out = (uint8_t *)mbuf_append(m_harq_out_head, in process_ldpc_dec_cb()
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c2318 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_cb()
2378 mbuf_append(output_head, output, out_length); in enqueue_ldpc_enc_n_op_cb()
2434 mbuf_append(output_head, output, out_length); in enqueue_ldpc_enc_one_op_cb()
2499 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_tb()
2725 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_cb()
2729 mbuf_append(s_output_head, s_output, s_out_length); in enqueue_dec_one_op_cb()
2975 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_cb()
2982 mbuf_append(hq_output_head, hq_output, in enqueue_ldpc_dec_one_op_cb()
3054 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_tb()
3144 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_tb()
[all …]
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1126 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append() function
1289 if (!mbuf_append(harq_output, harq_output, harq_in_length)) { in fpga_harq_read_loopback()
1296 if (!mbuf_append(harq_output, harq_output, harq_in_length)) { in fpga_harq_read_loopback()
1399 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_enc_one_op_cb()
1535 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_dec_one_op_cb()
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1483 mbuf_append(struct rte_mbuf *m_head, struct rte_mbuf *m, uint16_t len) in mbuf_append() function
1532 mbuf_append(output, output, out_length); in enqueue_enc_one_op_cb()
1612 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_tb()
1808 mbuf_append(output, output, out_length); in enqueue_dec_one_op_cb()
1881 mbuf_append(output_head, output, out_length); in enqueue_dec_one_op_tb()