Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c344 uint8_t leaf_idx, mid_idx, top_idx; in roc_nix_bpf_count_get() local
366 if (leaf_idx != ROC_NIX_BPF_LEVEL_IDX_INVALID) in roc_nix_bpf_count_get()
367 count[leaf_idx] = rsp->prof_count[sw_to_hw_lvl_map[leaf_idx]]; in roc_nix_bpf_count_get()
388 uint8_t leaf_idx, mid_idx, top_idx; in roc_nix_bpf_alloc() local
418 req->prof_count[sw_to_hw_lvl_map[leaf_idx]] = in roc_nix_bpf_alloc()
419 per_lvl_cnt[leaf_idx]; in roc_nix_bpf_alloc()
437 profs[leaf_idx].level = leaf_idx; in roc_nix_bpf_alloc()
438 profs[leaf_idx].count = in roc_nix_bpf_alloc()
439 rsp->prof_count[sw_to_hw_lvl_map[leaf_idx]]; in roc_nix_bpf_alloc()
440 for (i = 0; i < profs[leaf_idx].count; i++) { in roc_nix_bpf_alloc()
[all …]