Home
last modified time | relevance | path

Searched refs:off_max (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c219 bpf->adjust_head.off_max = readl(&cap->off_max); in nfp_bpf_parse_cap_adjust_head()
223 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head()
228 !FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_max)) { in nfp_bpf_parse_cap_adjust_head()
Dfw.h38 __le32 off_max; member
Dmain.h152 int off_max; member
Dverifier.c182 if (!bpf->adjust_head.off_max) { in nfp_bpf_check_helper_call()
Djit.c1642 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head()