Searched refs:h_output_head (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 2685 struct rte_mbuf *input, *h_output_head, *h_output, in enqueue_dec_one_op_cb() local 2702 h_output_head = h_output = op->turbo_dec.hard_output.data; in enqueue_dec_one_op_cb() 2731 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_cb() 2924 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_cb() local 2927 h_output_head = h_output = op->ldpc_dec.hard_output.data; in enqueue_ldpc_dec_one_op_cb() 2981 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_cb() 3014 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_tb() local 3033 h_output_head = h_output = op->ldpc_dec.hard_output.data; in enqueue_ldpc_dec_one_op_tb() 3060 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_tb() 3103 struct rte_mbuf *input, *h_output_head, *h_output, in enqueue_dec_one_op_tb() local [all …]
|