Lines Matching refs:range_end
2734 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache() local
2741 len = range_end - range_start; in mem_ldx_data_init_pktcache()
2866 if (meta->pkt_cache.range_end) { in mem_ldx()
4273 s16 range_start = 0, range_end = 0; in nfp_bpf_opt_pkt_cache() local
4326 s16 new_end = range_end; in nfp_bpf_opt_pkt_cache()
4335 if (end > range_end) { in nfp_bpf_opt_pkt_cache()
4346 range_end = new_end; in nfp_bpf_opt_pkt_cache()
4353 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4360 range_end = insn->off + BPF_LDST_BYTES(insn); in nfp_bpf_opt_pkt_cache()
4365 range_node->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()
4375 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
4378 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()