Home
last modified time | relevance | path

Searched refs:maps_neutral (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c38 record = rhashtable_lookup_fast(&bpf->maps_neutral, &map->id, in nfp_map_ptr_record()
61 err = rhashtable_insert_fast(&bpf->maps_neutral, &record->l, in nfp_map_ptr_record()
89 WARN_ON(rhashtable_remove_fast(&bpf->maps_neutral, in nfp_map_ptrs_forget()
467 record = rhashtable_lookup(&bpf->maps_neutral, &map_id, in nfp_bpf_event_output()
H A Dmain.c473 err = rhashtable_init(&bpf->maps_neutral, &nfp_bpf_maps_neutral_params); in nfp_bpf_init()
500 rhashtable_destroy(&bpf->maps_neutral); in nfp_bpf_init()
516 rhashtable_free_and_destroy(&bpf->maps_neutral, in nfp_bpf_clean()
H A Dmain.h145 struct rhashtable maps_neutral; member