Searched refs:adjust_head_location (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c69 if (nfp_prog->adjust_head_location) {
71 if (nfp_prog->adjust_head_location != meta->n)
80 nfp_prog->adjust_head_location = location;
H A Dmain.h505 * @adjust_head_location: if program has single adjust head call - the insn no.
536 unsigned int adjust_head_location; member in struct:nfp_prog
H A Djit.c1609 if (nfp_prog->adjust_head_location != UINT_MAX) {
1610 if (WARN_ON_ONCE(nfp_prog->adjust_head_location != meta->n))

Completed in 123 milliseconds