Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/bpf/
A Dcmsg.c202 u32 *cache_gen) in nfp_bpf_ctrl_op_cache_get() argument
212 *cache_gen = nfp_map->cache_gen; in nfp_bpf_ctrl_op_cache_get()
265 struct sk_buff *skb, u32 cache_gen) in nfp_bpf_ctrl_op_cache_put() argument
280 nfp_map->cache_gen++; in nfp_bpf_ctrl_op_cache_put()
283 nfp_map->cache_gen == cache_gen) { in nfp_bpf_ctrl_op_cache_put()
304 u32 cache_gen; in nfp_bpf_ctrl_entry_op() local
313 out_value, &cache_gen); in nfp_bpf_ctrl_entry_op()
375 nfp_bpf_ctrl_op_cache_put(nfp_map, op, skb, cache_gen); in nfp_bpf_ctrl_entry_op()
381 nfp_bpf_ctrl_op_cache_put(nfp_map, op, NULL, cache_gen); in nfp_bpf_ctrl_entry_op()
A Dmain.h216 u32 cache_gen; member

Completed in 127 milliseconds