Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c213 bpf->adjust_head.off_max = readl(&cap->off_max); in nfp_bpf_parse_cap_adjust_head()
217 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head()
222 !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()
/Linux-v5.4/arch/arm/net/
Dbpf_jit_32.c999 s32 off_max; in emit_str_r() local
1005 off_max = 0xff; in emit_str_r()
1007 off_max = 0xfff; in emit_str_r()
1009 if (off < 0 || off > off_max) { in emit_str_r()
1042 s32 off_max; in emit_ldx_r() local
1045 off_max = 0xff; in emit_ldx_r()
1047 off_max = 0xfff; in emit_ldx_r()
1049 if (off < 0 || off > off_max) { in emit_ldx_r()
/Linux-v5.4/fs/reiserfs/
Dbitmap.c355 unsigned int off_max = s->s_blocksize << 3; in scan_bitmap() local
391 scan_bitmap_block(th, bm, &off, off_max, in scan_bitmap()
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap()
411 *start = bm * off_max + off; in scan_bitmap()
/Linux-v5.4/kernel/bpf/
Dcore.c357 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
365 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/Linux-v5.4/net/packet/
Daf_packet.c2561 int off_min, off_max; in tpacket_parse_header() local
2564 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header()
2590 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/Linux-v5.4/net/core/
Dfilter.c668 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
677 if (off < off_min || off > off_max) \ in bpf_convert_filter()