Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c8931 p->metarray_runtime = calloc(p->n_metarrays, sizeof(struct metarray_runtime)); in metarray_build()
8935 struct metarray_runtime *r = &p->metarray_runtime[m->id]; in metarray_build()
8957 if (!p->metarray_runtime) in metarray_build_free()
8962 struct metarray_runtime *r = &p->metarray_runtime[i]; in metarray_build_free()
8967 free(p->metarray_runtime); in metarray_build_free()
9961 struct metarray_runtime *metarray_runtime; in rte_swx_ctl_meter_reset() local
9971 metarray_runtime = &p->metarray_runtime[metarray->id]; in rte_swx_ctl_meter_reset()
9990 struct metarray_runtime *metarray_runtime; in rte_swx_ctl_meter_set() local
10003 metarray_runtime = &p->metarray_runtime[metarray->id]; in rte_swx_ctl_meter_set()
10025 struct metarray_runtime *metarray_runtime; in rte_swx_ctl_meter_stats_read() local
[all …]
H A Drte_swx_pipeline_internal.h893 struct metarray_runtime { struct
1409 struct metarray_runtime *metarray_runtime; member
3406 struct metarray_runtime *r = &p->metarray_runtime[ip->meter.metarray_id]; in instr_meter_idx_hbo()
3422 struct metarray_runtime *r = &p->metarray_runtime[ip->meter.metarray_id]; in instr_meter_idx_nbo()
3441 struct metarray_runtime *r = &p->metarray_runtime[ip->meter.metarray_id]; in instr_meter_idx_imm()