Searched defs:nfp_app_bpf (Results 1 – 4 of 4) sorted by relevance
155 struct nfp_app_bpf { struct156 struct nfp_app *app;158 struct bpf_offload_dev *bpf_dev;161 u16 tag_alloc_next;162 u16 tag_alloc_last;164 struct sk_buff_head cmsg_replies;165 struct wait_queue_head cmsg_wq;167 struct list_head map_list;168 unsigned int maps_in_use;169 unsigned int map_elems_in_use;[all …]
130 struct nfp_app_bpf { struct131 struct nfp_app *app;132 struct nfp_ccm ccm;134 struct bpf_offload_dev *bpf_dev;136 unsigned int cmsg_key_sz;137 unsigned int cmsg_val_sz;139 unsigned int cmsg_cache_cnt;141 struct list_head map_list;142 unsigned int maps_in_use;143 unsigned int map_elems_in_use;[all …]
351 static inline int nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, in nfp_app_bpf() function
320 static inline int nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, in nfp_app_bpf() function