Home
last modified time | relevance | path

Searched refs:DLB2_INC_STAT (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/event/dlb2/
H A Ddlb2.c2504 DLB2_INC_STAT( in dlb2_check_enqueue_sw_credits()
2516 DLB2_INC_STAT( in dlb2_check_enqueue_sw_credits()
2535 DLB2_INC_STAT( in dlb2_check_enqueue_hw_ldb_credits()
2554 DLB2_INC_STAT( in dlb2_check_enqueue_hw_dir_credits()
2573 DLB2_INC_STAT( in dlb2_check_enqueue_hw_credits()
2888 DLB2_INC_STAT(ev_port->stats.tx_invalid, 1); in dlb2_event_enqueue_prep()
3349 DLB2_INC_STAT( in dlb2_process_dequeue_qes()
3537 DLB2_INC_STAT( in dlb2_process_dequeue_four_qes()
3541 DLB2_INC_STAT( in dlb2_process_dequeue_four_qes()
3545 DLB2_INC_STAT( in dlb2_process_dequeue_four_qes()
[all …]
H A Ddlb2_priv.h18 #define DLB2_INC_STAT(_stat, _incr_val) ((_stat) += _incr_val) macro
20 #define DLB2_INC_STAT(_stat, _incr_val) macro