Searched refs:leaf_idx (Results 1 – 1 of 1) sorted by relevance
344 uint8_t leaf_idx, mid_idx, top_idx; in roc_nix_bpf_count_get() local366 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() local418 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 …]