Home
last modified time | relevance | path

Searched refs:pkt_cache (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c2734 s16 range_end = meta->pkt_cache.range_end; in mem_ldx_data_init_pktcache()
2866 if (meta->pkt_cache.range_end) { in mem_ldx()
2867 if (meta->pkt_cache.do_init) in mem_ldx()
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()
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()
[all …]
H A Dmain.h313 } pkt_cache; member