Home
last modified time | relevance | path

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

/openbmc/linux/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.h536 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()