Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds