Home
last modified time | relevance | path

Searched defs:nfp_app_bpf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h130 struct nfp_app_bpf { struct
132 struct nfp_ccm ccm;
147 u32 abi_version;
155 } adjust_head;
157 struct {
164 } maps;
166 struct {
171 } helpers;
173 bool pseudo_random;
174 bool queue_select;
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h329 static inline int nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, in nfp_app_bpf() function