Home
last modified time | relevance | path

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

/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c103 uint32_t buf_id = total_enq_ops + i; in cperf_cyclecount_op_setup() local
107 struct rte_mbuf *m = output_bufs[buf_id]; in cperf_cyclecount_op_setup()
114 ops[op_id]->m_src = input_bufs[buf_id]; in cperf_cyclecount_op_setup()
115 ops[op_id]->m_dst = output_bufs[buf_id]; in cperf_cyclecount_op_setup()
118 rte_pktmbuf_pkt_len(input_bufs[buf_id]); in cperf_cyclecount_op_setup()
121 ops[op_id]->input_chksum = buf_id; in cperf_cyclecount_op_setup()
290 uint32_t buf_id = total_enq_ops + i + in main_loop() local
294 struct rte_mbuf *m = output_bufs[buf_id]; in main_loop()
301 ops[op_id]->m_src = input_bufs[buf_id]; in main_loop()
302 ops[op_id]->m_dst = output_bufs[buf_id]; in main_loop()
[all …]
H A Dcomp_perf_test_throughput.c166 uint32_t buf_id = total_enq_ops + i + in main_loop() local
170 struct rte_mbuf *m = output_bufs[buf_id]; in main_loop()
177 ops[op_id]->m_src = input_bufs[buf_id]; in main_loop()
178 ops[op_id]->m_dst = output_bufs[buf_id]; in main_loop()
181 rte_pktmbuf_pkt_len(input_bufs[buf_id]); in main_loop()
184 ops[op_id]->input_chksum = buf_id; in main_loop()
H A Dcomp_perf_test_verify.c171 uint32_t buf_id = total_enq_ops + i + in main_loop() local
175 struct rte_mbuf *m = output_bufs[buf_id]; in main_loop()
182 ops[op_id]->m_src = input_bufs[buf_id]; in main_loop()
183 ops[op_id]->m_dst = output_bufs[buf_id]; in main_loop()
186 rte_pktmbuf_pkt_len(input_bufs[buf_id]); in main_loop()
189 ops[op_id]->input_chksum = buf_id; in main_loop()
/dpdk/lib/vhost/
H A Dvirtio_net.c440 uint16_t buf_id, in vhost_shadow_dequeue_single_packed() argument
472 uint16_t buf_id, in vhost_shadow_dequeue_single_packed_inorder() argument
477 vq->shadow_used_packed[0].id = buf_id; in vhost_shadow_dequeue_single_packed_inorder()
864 *buf_id = descs[avail_idx].id; in fill_vec_buf_packed()
1193 uint16_t buf_id = 0; in vhost_enqueue_single_packed() local
1219 &buf_id, &len, in vhost_enqueue_single_packed()
1696 uint16_t buf_id = 0; in vhost_enqueue_async_packed() local
1721 &buf_id, &len, in vhost_enqueue_async_packed()
2909 uint16_t *buf_id, in vhost_dequeue_single_packed() argument
2922 buf_id, &buf_len, in vhost_dequeue_single_packed()
[all …]
/dpdk/drivers/net/qede/
H A Dqede_debug.c4851 u8 buf_id; in qed_dbg_set_bin_ptr() local
4854 for (buf_id = 0; buf_id < MAX_BIN_DBG_BUFFER_TYPE; buf_id++) in qed_dbg_set_bin_ptr()
4856 buf_id, in qed_dbg_set_bin_ptr()
4858 buf_hdrs[buf_id].offset), in qed_dbg_set_bin_ptr()
4859 buf_hdrs[buf_id].length); in qed_dbg_set_bin_ptr()
7121 u8 buf_id; in qed_dbg_user_set_bin_ptr() local
7124 for (buf_id = 0; buf_id < MAX_BIN_DBG_BUFFER_TYPE; buf_id++) in qed_dbg_user_set_bin_ptr()
7126 (enum bin_dbg_buffer_type)buf_id, in qed_dbg_user_set_bin_ptr()
7128 buf_hdrs[buf_id].offset), in qed_dbg_user_set_bin_ptr()
7129 buf_hdrs[buf_id].length); in qed_dbg_user_set_bin_ptr()