Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.h1222 uint32_t metarray_index);
1247 uint32_t metarray_index,
1278 uint32_t metarray_index,
H A Drte_swx_pipeline.c9957 uint32_t metarray_index) in rte_swx_ctl_meter_reset() argument
9969 CHECK(metarray_index < metarray->size, EINVAL); in rte_swx_ctl_meter_reset()
9972 m = &metarray_runtime->metarray[metarray_index]; in rte_swx_ctl_meter_reset()
9985 uint32_t metarray_index, in rte_swx_ctl_meter_set() argument
9998 CHECK(metarray_index < metarray->size, EINVAL); in rte_swx_ctl_meter_set()
10004 m = &metarray_runtime->metarray[metarray_index]; in rte_swx_ctl_meter_set()
10021 uint32_t metarray_index, in rte_swx_ctl_meter_stats_read() argument
10033 CHECK(metarray_index < metarray->size, EINVAL); in rte_swx_ctl_meter_stats_read()
10038 m = &metarray_runtime->metarray[metarray_index]; in rte_swx_ctl_meter_stats_read()