Searched refs:stack_depth (Results 1 – 4 of 4) sorted by relevance
107 int phy_id, stack_depth; in build_tree() local114 stack_depth = 0; in build_tree()168 if (child_port_count > stack_depth) { in build_tree()236 stack_depth += 1 - child_port_count; in build_tree()
714 frame_depths[frame] = nfp_prog->subprog[idx].stack_depth; in nfp_bpf_get_stack_usage()782 nfp_prog->subprog[i].stack_depth = info[i].stack_depth; in nfp_bpf_finalize()788 nfp_prog->subprog[i].stack_depth += REG_WIDTH; in nfp_bpf_finalize()791 nfp_prog->subprog[i].stack_depth += BPF_REG_SIZE * 4; in nfp_bpf_finalize()
484 u16 stack_depth; member
3264 u32 ret_tgt, stack_depth, offset_br; in bpf_to_bpf_call() local3267 stack_depth = round_up(nfp_prog->stack_frame_depth, STACK_FRAME_ALIGN); in bpf_to_bpf_call()3271 if (stack_depth) { in bpf_to_bpf_call()3272 tmp_reg = ur_load_imm_any(nfp_prog, stack_depth, in bpf_to_bpf_call()3331 if (stack_depth) { in bpf_to_bpf_call()3332 tmp_reg = ur_load_imm_any(nfp_prog, stack_depth, in bpf_to_bpf_call()3649 unsigned int depth = nfp_prog->subprog[meta->subprog_idx].stack_depth; in nfp_start_subprog()3837 depth = nfp_prog->subprog[0].stack_depth; in nfp_translate()
Completed in 19 milliseconds