Home
last modified time | relevance | path

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

/f-stack/dpdk/app/proc-info/
H A Dmain.c392 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
396 strlcpy(cnt_type, "if_rx_octets", cnt_type_len); in collectd_resolve_cnt_type()
401 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
403 strlcpy(cnt_type, "if_rx_errors", cnt_type_len); in collectd_resolve_cnt_type()
406 strlcpy(cnt_type, "derive", cnt_type_len); in collectd_resolve_cnt_type()
410 strlcpy(cnt_type, "if_tx_errors", cnt_type_len); in collectd_resolve_cnt_type()
419 strlcpy(cnt_type, "derive", cnt_type_len); in collectd_resolve_cnt_type()
423 strlcpy(cnt_type, "operations", cnt_type_len); in collectd_resolve_cnt_type()
425 strlcpy(cnt_type, "errors", cnt_type_len); in collectd_resolve_cnt_type()
431 strlcpy(cnt_type, "errors", cnt_type_len); in collectd_resolve_cnt_type()
[all …]
/f-stack/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()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_if.h149 enum ecore_chain_cnt_type cnt_type,
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c4817 enum mlx5_counter_type cnt_type = in flow_dv_counter_pool_prepare()
4858 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_pool_prepare()
4860 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_pool_prepare()
4885 enum mlx5_counter_type cnt_type = in flow_dv_counter_alloc()
4894 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
4895 cnt_free = TAILQ_FIRST(&cmng->counters[cnt_type]); in flow_dv_counter_alloc()
4898 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
4939 rte_spinlock_lock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
4941 rte_spinlock_unlock(&cmng->csl[cnt_type]); in flow_dv_counter_alloc()
5073 enum mlx5_counter_type cnt_type; in flow_dv_counter_free() local
[all …]
H A Dmlx5_flow.c6677 enum mlx5_counter_type cnt_type = in mlx5_flow_async_pool_query_handle()
6693 rte_spinlock_lock(&cmng->csl[cnt_type]); in mlx5_flow_async_pool_query_handle()
6694 TAILQ_CONCAT(&cmng->counters[cnt_type], in mlx5_flow_async_pool_query_handle()
6696 rte_spinlock_unlock(&cmng->csl[cnt_type]); in mlx5_flow_async_pool_query_handle()