Lines Matching refs:pkt_cache
2733 s16 range_start = meta->pkt_cache.range_start; in mem_ldx_data_init_pktcache()
2734 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache()
2760 s16 range_start = meta->pkt_cache.range_start; in mem_ldx_data_from_pktcache_unaligned()
2817 idx = (meta->insn.off - meta->pkt_cache.range_start) / REG_WIDTH; in mem_ldx_data_from_pktcache_aligned()
2843 u8 off = meta->insn.off - meta->pkt_cache.range_start; in mem_ldx_data_from_pktcache()
2866 if (meta->pkt_cache.range_end) { in mem_ldx()
2867 if (meta->pkt_cache.do_init) in mem_ldx()
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()
4362 range_node->pkt_cache.do_init = true; 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()
4379 if (meta->pkt_cache.do_init) { in nfp_bpf_opt_pkt_cache()
4380 range_start = meta->pkt_cache.range_start; in nfp_bpf_opt_pkt_cache()
4381 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
4383 meta->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4384 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()