Home
last modified time | relevance | path

Searched refs:enable_stats (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c53 arm_burst[tim_ring->enable_stats][tim_ring->optimized] in tim_set_fp_ops()
56 arm_tmo_burst[tim_ring->enable_stats][tim_ring->optimized] in tim_set_fp_ops()
304 tim_ring->enable_stats = dev->enable_stats; in otx2_tim_ring_create()
313 tim_ring->enable_stats = ring_ctl->enable_stats; in otx2_tim_ring_create()
564 if (dev->enable_stats) { in otx2_tim_caps_get()
603 if (val != (&ring_ctl.enable_stats + 1)) { in tim_parse_ring_param()
679 &dev->enable_stats); in tim_parse_devargs()
H A Dotx2_tim_evdev.h119 uint16_t enable_stats; member
133 uint8_t enable_stats; member
154 uint8_t enable_stats; member
/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c421 uint8_t enable_stats) in timvf_timer_adapter_caps_get() argument
425 if (enable_stats) { in timvf_timer_adapter_caps_get()
431 timvf_ops.arm_burst = enable_stats ? in timvf_timer_adapter_caps_get()
435 timvf_ops.arm_burst = enable_stats ? in timvf_timer_adapter_caps_get()
439 timvf_ops.arm_tmo_tick_burst = enable_stats ? in timvf_timer_adapter_caps_get()
H A Dtimvf_evdev.h200 uint8_t enable_stats);
/f-stack/dpdk/examples/vhost/
H A Dmain.c85 static uint32_t enable_stats = 0; variable
619 enable_stats = ret; in us_vhost_parse_args()
832 if (enable_stats) { in virtio_xmit()
1046 if (enable_stats) { in virtio_tx_route()
1134 if (enable_stats) { in drain_eth_rx()
1384 sleep(enable_stats); in print_stats()
1577 if (enable_stats) { in main()
/f-stack/dpdk/app/proc-info/
H A Dmain.c52 static uint32_t enable_stats; variable
252 enable_stats = 1; in proc_info_parse_args()
1422 if (enable_stats) in main()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1033 [if test "x$enable_stats" = "xno" ; then
1034 enable_stats="0"
1036 enable_stats="1"
1039 [enable_stats="1"]
1041 if test "x$enable_stats" = "x1" ; then
1044 AC_SUBST([enable_stats]) subst
2282 AC_MSG_RESULT([stats : ${enable_stats}])
H A Dconfigure9360 enableval=$enable_stats; if test "x$enable_stats" = "xno" ; then
9361 enable_stats="0"
9363 enable_stats="1"
9367 enable_stats="1"
9371 if test "x$enable_stats" = "x1" ; then
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: stats : ${enable_stats}" >&5
13696 $as_echo "stats : ${enable_stats}" >&6; }
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h181 bool enable_stats,
H A Di40e_common.c3018 bool enable_stats, in i40e_aq_add_veb() argument
3046 if (!enable_stats) in i40e_aq_add_veb()