Lines Matching refs:pkt_cache
2580 s16 range_start = meta->pkt_cache.range_start; in mem_ldx_data_init_pktcache()
2581 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache()
2607 s16 range_start = meta->pkt_cache.range_start; in mem_ldx_data_from_pktcache_unaligned()
2664 idx = (meta->insn.off - meta->pkt_cache.range_start) / REG_WIDTH; in mem_ldx_data_from_pktcache_aligned()
2690 u8 off = meta->insn.off - meta->pkt_cache.range_start; in mem_ldx_data_from_pktcache()
2713 if (meta->pkt_cache.range_end) { in mem_ldx()
2714 if (meta->pkt_cache.do_init) in mem_ldx()
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()
3887 range_node->pkt_cache.do_init = true; 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()
3904 if (meta->pkt_cache.do_init) { in nfp_bpf_opt_pkt_cache()
3905 range_start = meta->pkt_cache.range_start; in nfp_bpf_opt_pkt_cache()
3906 range_end = meta->pkt_cache.range_end; in nfp_bpf_opt_pkt_cache()
3908 meta->pkt_cache.range_start = range_start; in nfp_bpf_opt_pkt_cache()
3909 meta->pkt_cache.range_end = range_end; in nfp_bpf_opt_pkt_cache()