Searched refs:h_output_head (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.c | 2679 struct rte_mbuf *input, *h_output_head, *h_output, in enqueue_dec_one_op_cb() local 2696 h_output_head = h_output = op->turbo_dec.hard_output.data; in enqueue_dec_one_op_cb() 2725 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_dec_one_op_cb() 2918 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_cb() local 2921 h_output_head = h_output = op->ldpc_dec.hard_output.data; in enqueue_ldpc_dec_one_op_cb() 2975 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_cb() 3008 struct rte_mbuf *input, *h_output_head, *h_output; in enqueue_ldpc_dec_one_op_tb() local 3027 h_output_head = h_output = op->ldpc_dec.hard_output.data; in enqueue_ldpc_dec_one_op_tb() 3054 mbuf_append(h_output_head, h_output, h_out_length); in enqueue_ldpc_dec_one_op_tb() 3097 struct rte_mbuf *input, *h_output_head, *h_output, in enqueue_dec_one_op_tb() local [all …]
|