Home
last modified time | relevance | path

Searched refs:maps_neutral (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.h99 * @maps_neutral: hash table of offload-neutral maps (on pointer)
145 struct rhashtable maps_neutral; member
508 * @map_records: the map record pointers from bpf->maps_neutral
/kernel/linux/linux-6.6/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.h99 * @maps_neutral: hash table of offload-neutral maps (on pointer)
145 struct rhashtable maps_neutral; member
508 * @map_records: the map record pointers from bpf->maps_neutral

Completed in 7 milliseconds