Home
last modified time | relevance | path

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

/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
598 if (mbuf_append(m_in, m_in, 3) == NULL) { in process_enc_cb()
634 if ((c - r == 1) && (mbuf_append(m_in, m_in, 3) == NULL)) { in process_enc_cb()
680 out0 = (uint8_t *)mbuf_append(m_out_head, m_out, in process_enc_cb()
734 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_enc_cb()
926 rm_out = (uint8_t *)mbuf_append(m_out_head, m_out, out_len); in process_ldpc_enc_cb()
1299 out = (uint8_t *)mbuf_append(m_out_head, m_out, in process_dec_cb()
1455 out = (uint8_t *)mbuf_append(m_out_head, m_out, out_length); in process_ldpc_dec_cb()
1524 harq_out = (uint8_t *)mbuf_append(m_harq_out_head, in process_ldpc_dec_cb()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c2324 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_cb()
2384 mbuf_append(output_head, output, out_length); in enqueue_ldpc_enc_n_op_cb()
2440 mbuf_append(output_head, output, out_length); in enqueue_ldpc_enc_one_op_cb()
2505 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_tb()
2731 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_cb()
2735 mbuf_append(s_output_head, s_output, s_out_length); in enqueue_dec_one_op_cb()
2981 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_cb()
2988 mbuf_append(hq_output_head, hq_output, in enqueue_ldpc_dec_one_op_cb()
3060 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_tb()
3150 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_tb()
[all …]
/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() function
1290 if (!mbuf_append(harq_output, harq_output, harq_in_length)) { in fpga_harq_read_loopback()
1297 if (!mbuf_append(harq_output, harq_output, harq_in_length)) { in fpga_harq_read_loopback()
1400 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_enc_one_op_cb()
1536 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_dec_one_op_cb()
/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() function
1533 mbuf_append(output, output, out_length); in enqueue_enc_one_op_cb()
1613 mbuf_append(output_head, output, out_length); in enqueue_enc_one_op_tb()
1809 mbuf_append(output, output, out_length); in enqueue_dec_one_op_cb()
1882 mbuf_append(output_head, output, out_length); in enqueue_dec_one_op_tb()