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()
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()
4356 range_node->pkt_cache.do_init = true; 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()
4373 if (meta->pkt_cache.do_init) { in nfp_bpf_opt_pkt_cache()
4374 range_start = meta->pkt_cache.range_start; in nfp_bpf_opt_pkt_cache()
4375 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
4377 meta->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
4378 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()