Searched refs:off_max (Results 1 – 6 of 6) sorted by relevance
219 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()
38 __le32 off_max; member
152 int off_max; member
359 s64 off_min, off_max, off; in bpf_adj_delta_to_off() local365 off_max = S32_MAX; in bpf_adj_delta_to_off()369 off_max = S16_MAX; in bpf_adj_delta_to_off()376 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
2678 int off_min, off_max; in tpacket_parse_header() local2681 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header()2707 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
711 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()720 if (off < off_min || off > off_max) \ in bpf_convert_filter()