Home
last modified time | relevance | path

Searched refs:cnt_type (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/proc-info/
H A Dmain.c410 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
414 strlcpy(cnt_type, "if_rx_octets", cnt_type_len); in collectd_resolve_cnt_type()
419 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
421 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
424 strlcpy(cnt_type, "derive", cnt_type_len); in collectd_resolve_cnt_type()
428 strlcpy(cnt_type, "if_tx_errors", cnt_type_len); in collectd_resolve_cnt_type()
432 strlcpy(cnt_type, "if_tx_octets", cnt_type_len); in collectd_resolve_cnt_type()
437 strlcpy(cnt_type, "derive", cnt_type_len); in collectd_resolve_cnt_type()
443 strlcpy(cnt_type, "errors", cnt_type_len); in collectd_resolve_cnt_type()
447 strlcpy(cnt_type, "errors", cnt_type_len); in collectd_resolve_cnt_type()
[all …]
/dpdk/drivers/net/qede/base/
H A Decore_chain.h116 u8 cnt_type; member
162 #define is_chain_u16(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U16)
163 #define is_chain_u32(p) ((p)->cnt_type == ECORE_CHAIN_CNT_TYPE_U32)
575 enum ecore_chain_cnt_type cnt_type, void *dp_ctx) in ecore_chain_init_params() argument
583 p_chain->cnt_type = (u8)cnt_type; in ecore_chain_init_params()
H A Decore_dev_api.h437 enum ecore_chain_cnt_type cnt_type,
H A Decore_dev.c5967 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc_sanity_check() argument
5978 if ((cnt_type == ECORE_CHAIN_CNT_TYPE_U16 && in ecore_chain_alloc_sanity_check()
5980 (cnt_type == ECORE_CHAIN_CNT_TYPE_U32 && in ecore_chain_alloc_sanity_check()
6115 enum ecore_chain_cnt_type cnt_type, in ecore_chain_alloc() argument
6128 rc = ecore_chain_alloc_sanity_check(p_dev, cnt_type, elem_size, in ecore_chain_alloc()
6134 intended_use, mode, cnt_type, num_elems, elem_size); in ecore_chain_alloc()
6139 mode, cnt_type, p_dev->dp_ctx); in ecore_chain_alloc()
/dpdk/drivers/net/qede/
H A Dqede_if.h149 enum ecore_chain_cnt_type cnt_type,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c6122 enum mlx5_counter_type cnt_type = in flow_dv_counter_pool_prepare()
6163 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_pool_prepare()
6165 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_pool_prepare()
6190 enum mlx5_counter_type cnt_type = in flow_dv_counter_alloc()
6199 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
6200 cnt_free = TAILQ_FIRST(&cmng->counters[cnt_type]); in flow_dv_counter_alloc()
6203 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
6251 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
6253 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
6331 enum mlx5_counter_type cnt_type; in flow_dv_counter_free() local
[all …]
H A Dmlx5_flow.c9051 enum mlx5_counter_type cnt_type = in mlx5_flow_async_pool_query_handle()
9067 rte_spinlock_lock(&cmng->csl[cnt_type]); in mlx5_flow_async_pool_query_handle()
9068 TAILQ_CONCAT(&cmng->counters[cnt_type], in mlx5_flow_async_pool_query_handle()
9070 rte_spinlock_unlock(&cmng->csl[cnt_type]); in mlx5_flow_async_pool_query_handle()