Searched refs:top_idx (Results 1 – 1 of 1) sorted by relevance
344 uint8_t leaf_idx, mid_idx, top_idx; in roc_nix_bpf_count_get() local372 if (top_idx != ROC_NIX_BPF_LEVEL_IDX_INVALID) in roc_nix_bpf_count_get()373 count[top_idx] = rsp->prof_count[sw_to_hw_lvl_map[top_idx]]; in roc_nix_bpf_count_get()388 uint8_t leaf_idx, mid_idx, top_idx; in roc_nix_bpf_alloc() local428 req->prof_count[sw_to_hw_lvl_map[top_idx]] = in roc_nix_bpf_alloc()429 per_lvl_cnt[top_idx]; in roc_nix_bpf_alloc()457 profs[top_idx].level = top_idx; in roc_nix_bpf_alloc()458 profs[top_idx].count = in roc_nix_bpf_alloc()459 rsp->prof_count[sw_to_hw_lvl_map[top_idx]]; in roc_nix_bpf_alloc()460 for (i = 0; i < profs[top_idx].count; i++) { in roc_nix_bpf_alloc()[all …]