Searched refs:adjust_tail (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h127 * @adjust_tail: BPF can simply trunc packet size for adjust tail
175 bool adjust_tail; member in struct:nfp_app_bpf
H A Dmain.c304 bpf->adjust_tail = true;
H A Dverifier.c195 if (!bpf->adjust_tail) {
196 pr_vlog(env, "adjust_tail not supported by FW\n");
H A Djit.c1680 static int adjust_tail(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta) function
3353 return adjust_tail(nfp_prog, meta);

Completed in 152 milliseconds