Home
last modified time | relevance | path

Searched refs:nfp_insn_meta (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h234 struct nfp_insn_meta;
235 typedef int (*instr_cb_t)(struct nfp_prog *, struct nfp_insn_meta *);
238 list_first_entry(&(nfp_prog)->insns, struct nfp_insn_meta, l)
240 list_last_entry(&(nfp_prog)->insns, struct nfp_insn_meta, l)
300 struct nfp_insn_meta { struct
319 struct nfp_insn_meta *jmp_dst; argument
351 static inline u8 mbpf_class(const struct nfp_insn_meta *meta) in mbpf_class() argument
356 static inline u8 mbpf_src(const struct nfp_insn_meta *meta) in mbpf_src()
361 static inline u8 mbpf_op(const struct nfp_insn_meta *meta) in mbpf_op()
366 static inline u8 mbpf_mode(const struct nfp_insn_meta *meta) in mbpf_mode()
[all …]
H A Doffload.c152 struct nfp_insn_meta *meta; in nfp_prog_prepare()
178 struct nfp_insn_meta *meta, *tmp; in nfp_prog_free()