Lines Matching refs:range_node
4278 struct nfp_insn_meta *meta, *range_node = NULL; in nfp_bpf_opt_pkt_cache() local
4312 if (range_node) in nfp_bpf_opt_pkt_cache()
4358 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4359 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4361 range_node = meta; in nfp_bpf_opt_pkt_cache()
4362 range_node->pkt_cache.do_init = true; in nfp_bpf_opt_pkt_cache()
4363 range_ptr_id = range_node->ptr.id; in nfp_bpf_opt_pkt_cache()
4364 range_ptr_off = range_node->ptr.off; in nfp_bpf_opt_pkt_cache()
4369 if (range_node) { in nfp_bpf_opt_pkt_cache()
4370 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4371 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()