Lines Matching refs:range_node
3803 struct nfp_insn_meta *meta, *range_node = NULL; in nfp_bpf_opt_pkt_cache() local
3837 if (range_node) in nfp_bpf_opt_pkt_cache()
3883 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
3884 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
3886 range_node = meta; in nfp_bpf_opt_pkt_cache()
3887 range_node->pkt_cache.do_init = true; in nfp_bpf_opt_pkt_cache()
3888 range_ptr_id = range_node->ptr.id; in nfp_bpf_opt_pkt_cache()
3889 range_ptr_off = range_node->ptr.off; in nfp_bpf_opt_pkt_cache()
3894 if (range_node) { in nfp_bpf_opt_pkt_cache()
3895 range_node->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
3896 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()