Lines Matching refs:offmap
342 nfp_bpf_ctrl_entry_op(struct bpf_offloaded_map *offmap, in nfp_bpf_ctrl_entry_op() argument
346 struct nfp_bpf_map *nfp_map = offmap->dev_priv; in nfp_bpf_ctrl_entry_op()
348 struct bpf_map *map = &offmap->map; in nfp_bpf_ctrl_entry_op()
397 int nfp_bpf_ctrl_update_entry(struct bpf_offloaded_map *offmap, in nfp_bpf_ctrl_update_entry() argument
400 return nfp_bpf_ctrl_entry_op(offmap, CMSG_TYPE_MAP_UPDATE, in nfp_bpf_ctrl_update_entry()
404 int nfp_bpf_ctrl_del_entry(struct bpf_offloaded_map *offmap, void *key) in nfp_bpf_ctrl_del_entry() argument
406 return nfp_bpf_ctrl_entry_op(offmap, CMSG_TYPE_MAP_DELETE, in nfp_bpf_ctrl_del_entry()
410 int nfp_bpf_ctrl_lookup_entry(struct bpf_offloaded_map *offmap, in nfp_bpf_ctrl_lookup_entry() argument
413 return nfp_bpf_ctrl_entry_op(offmap, CMSG_TYPE_MAP_LOOKUP, in nfp_bpf_ctrl_lookup_entry()
417 int nfp_bpf_ctrl_getfirst_entry(struct bpf_offloaded_map *offmap, in nfp_bpf_ctrl_getfirst_entry() argument
420 return nfp_bpf_ctrl_entry_op(offmap, CMSG_TYPE_MAP_GETFIRST, in nfp_bpf_ctrl_getfirst_entry()
424 int nfp_bpf_ctrl_getnext_entry(struct bpf_offloaded_map *offmap, in nfp_bpf_ctrl_getnext_entry() argument
427 return nfp_bpf_ctrl_entry_op(offmap, CMSG_TYPE_MAP_GETNEXT, in nfp_bpf_ctrl_getnext_entry()