Lines Matching refs:time_st

4347 		uint16_t burst_sz, struct test_time_stats *time_st)  in offload_latency_test_dec()  argument
4383 time_st->enq_sw_max_time = RTE_MAX(time_st->enq_sw_max_time, in offload_latency_test_dec()
4385 time_st->enq_sw_min_time = RTE_MIN(time_st->enq_sw_min_time, in offload_latency_test_dec()
4387 time_st->enq_sw_total_time += enq_sw_last_time; in offload_latency_test_dec()
4389 time_st->enq_acc_max_time = RTE_MAX(time_st->enq_acc_max_time, in offload_latency_test_dec()
4391 time_st->enq_acc_min_time = RTE_MIN(time_st->enq_acc_min_time, in offload_latency_test_dec()
4393 time_st->enq_acc_total_time += stats.acc_offload_cycles; in offload_latency_test_dec()
4407 time_st->deq_max_time = RTE_MAX(time_st->deq_max_time, in offload_latency_test_dec()
4409 time_st->deq_min_time = RTE_MIN(time_st->deq_min_time, in offload_latency_test_dec()
4411 time_st->deq_total_time += deq_last_time; in offload_latency_test_dec()
4430 uint16_t burst_sz, struct test_time_stats *time_st) in offload_latency_test_ldpc_dec() argument
4474 time_st->enq_sw_max_time = RTE_MAX(time_st->enq_sw_max_time, in offload_latency_test_ldpc_dec()
4476 time_st->enq_sw_min_time = RTE_MIN(time_st->enq_sw_min_time, in offload_latency_test_ldpc_dec()
4478 time_st->enq_sw_total_time += enq_sw_last_time; in offload_latency_test_ldpc_dec()
4480 time_st->enq_acc_max_time = RTE_MAX(time_st->enq_acc_max_time, in offload_latency_test_ldpc_dec()
4482 time_st->enq_acc_min_time = RTE_MIN(time_st->enq_acc_min_time, in offload_latency_test_ldpc_dec()
4484 time_st->enq_acc_total_time += stats.acc_offload_cycles; in offload_latency_test_ldpc_dec()
4498 time_st->deq_max_time = RTE_MAX(time_st->deq_max_time, in offload_latency_test_ldpc_dec()
4500 time_st->deq_min_time = RTE_MIN(time_st->deq_min_time, in offload_latency_test_ldpc_dec()
4502 time_st->deq_total_time += deq_last_time; in offload_latency_test_ldpc_dec()
4525 uint16_t burst_sz, struct test_time_stats *time_st) in offload_latency_test_enc() argument
4562 time_st->enq_sw_max_time = RTE_MAX(time_st->enq_sw_max_time, in offload_latency_test_enc()
4564 time_st->enq_sw_min_time = RTE_MIN(time_st->enq_sw_min_time, in offload_latency_test_enc()
4566 time_st->enq_sw_total_time += enq_sw_last_time; in offload_latency_test_enc()
4568 time_st->enq_acc_max_time = RTE_MAX(time_st->enq_acc_max_time, in offload_latency_test_enc()
4570 time_st->enq_acc_min_time = RTE_MIN(time_st->enq_acc_min_time, in offload_latency_test_enc()
4572 time_st->enq_acc_total_time += stats.acc_offload_cycles; in offload_latency_test_enc()
4586 time_st->deq_max_time = RTE_MAX(time_st->deq_max_time, in offload_latency_test_enc()
4588 time_st->deq_min_time = RTE_MIN(time_st->deq_min_time, in offload_latency_test_enc()
4590 time_st->deq_total_time += deq_last_time; in offload_latency_test_enc()
4608 uint16_t burst_sz, struct test_time_stats *time_st) in offload_latency_test_ldpc_enc() argument
4645 time_st->enq_sw_max_time = RTE_MAX(time_st->enq_sw_max_time, in offload_latency_test_ldpc_enc()
4647 time_st->enq_sw_min_time = RTE_MIN(time_st->enq_sw_min_time, in offload_latency_test_ldpc_enc()
4649 time_st->enq_sw_total_time += enq_sw_last_time; in offload_latency_test_ldpc_enc()
4651 time_st->enq_acc_max_time = RTE_MAX(time_st->enq_acc_max_time, in offload_latency_test_ldpc_enc()
4653 time_st->enq_acc_min_time = RTE_MIN(time_st->enq_acc_min_time, in offload_latency_test_ldpc_enc()
4655 time_st->enq_acc_total_time += stats.acc_offload_cycles; in offload_latency_test_ldpc_enc()
4669 time_st->deq_max_time = RTE_MAX(time_st->deq_max_time, in offload_latency_test_ldpc_enc()
4671 time_st->deq_min_time = RTE_MIN(time_st->deq_min_time, in offload_latency_test_ldpc_enc()
4673 time_st->deq_total_time += deq_last_time; in offload_latency_test_ldpc_enc()
4706 struct test_time_stats time_st; in offload_cost_test()
4708 memset(&time_st, 0, sizeof(struct test_time_stats)); in offload_cost_test()
4709 time_st.enq_sw_min_time = UINT64_MAX; in offload_cost_test()
4710 time_st.enq_acc_min_time = UINT64_MAX; in offload_cost_test()
4711 time_st.deq_min_time = UINT64_MAX; in offload_cost_test()
4729 num_to_process, burst_sz, &time_st); in offload_cost_test()
4733 num_to_process, burst_sz, &time_st); in offload_cost_test()
4737 num_to_process, burst_sz, &time_st); in offload_cost_test()
4741 num_to_process, burst_sz, &time_st); in offload_cost_test()
4745 num_to_process, burst_sz, &time_st); in offload_cost_test()
4758 (double)time_st.enq_sw_total_time / (double)iter, in offload_cost_test()
4759 (double)(time_st.enq_sw_total_time * 1000000) / in offload_cost_test()
4761 (double)time_st.enq_sw_min_time, in offload_cost_test()
4762 (double)(time_st.enq_sw_min_time * 1000000) / in offload_cost_test()
4763 rte_get_tsc_hz(), (double)time_st.enq_sw_max_time, in offload_cost_test()
4764 (double)(time_st.enq_sw_max_time * 1000000) / in offload_cost_test()
4765 rte_get_tsc_hz(), (double)time_st.enq_acc_total_time / in offload_cost_test()
4767 (double)(time_st.enq_acc_total_time * 1000000) / in offload_cost_test()
4769 (double)time_st.enq_acc_min_time, in offload_cost_test()
4770 (double)(time_st.enq_acc_min_time * 1000000) / in offload_cost_test()
4771 rte_get_tsc_hz(), (double)time_st.enq_acc_max_time, in offload_cost_test()
4772 (double)(time_st.enq_acc_max_time * 1000000) / in offload_cost_test()
4779 (double)time_st.deq_total_time / (double)iter, in offload_cost_test()
4780 (double)(time_st.deq_total_time * 1000000) / in offload_cost_test()
4782 (double)time_st.deq_min_time, in offload_cost_test()
4783 (double)(time_st.deq_min_time * 1000000) / in offload_cost_test()
4784 rte_get_tsc_hz(), (double)time_st.deq_max_time, in offload_cost_test()
4785 (double)(time_st.deq_max_time * 1000000) / in offload_cost_test()