Lines Matching refs:range_node
4272 struct nfp_insn_meta *meta, *range_node = NULL; in nfp_bpf_opt_pkt_cache() local
4306 if (range_node) in nfp_bpf_opt_pkt_cache()
4352 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4353 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4355 range_node = meta; in nfp_bpf_opt_pkt_cache()
4356 range_node->pkt_cache.do_init = true; in nfp_bpf_opt_pkt_cache()
4357 range_ptr_id = range_node->ptr.id; in nfp_bpf_opt_pkt_cache()
4358 range_ptr_off = range_node->ptr.off; in nfp_bpf_opt_pkt_cache()
4363 if (range_node) { in nfp_bpf_opt_pkt_cache()
4364 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4365 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()