Home
last modified time | relevance | path

Searched refs:off_max (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A 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()
H A Dfw.h38 __le32 off_max; member
H A Dmain.h107 * @adjust_head.off_max: maximum packet offset within buffer required
152 int off_max; member
H A Dverifier.c182 if (!bpf->adjust_head.off_max) { in nfp_bpf_check_helper_call()
H A Djit.c1642 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A 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()
H A Dfw.h38 __le32 off_max; member
H A Dmain.h107 * @adjust_head.off_max: maximum packet offset within buffer required
152 int off_max; member
H A Dverifier.c182 if (!bpf->adjust_head.off_max) { in nfp_bpf_check_helper_call()
H A Djit.c1642 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head()
/kernel/linux/linux-5.10/fs/reiserfs/
H A 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()
/kernel/linux/linux-6.6/fs/reiserfs/
H A 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()
/kernel/linux/linux-5.10/arch/arm/net/
H A Dbpf_jit_32.c1027 s16 off_max = 0; in is_ldst_imm() local
1032 off_max = 0xfff; in is_ldst_imm()
1035 off_max = 0xff; in is_ldst_imm()
1039 off_max = 0xfff - 4; in is_ldst_imm()
1042 return -off_max <= off && off <= off_max; in is_ldst_imm()
/kernel/linux/linux-6.6/arch/arm/net/
H A Dbpf_jit_32.c1011 s16 off_max = 0; in is_ldst_imm() local
1016 off_max = 0xfff; in is_ldst_imm()
1019 off_max = 0xff; in is_ldst_imm()
1023 off_max = 0xfff - 4; in is_ldst_imm()
1026 return -off_max <= off && off <= off_max; in is_ldst_imm()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcore.c374 s64 off_min, off_max, off; in bpf_adj_delta_to_off() local
380 off_max = S32_MAX; in bpf_adj_delta_to_off()
384 off_max = S16_MAX; in bpf_adj_delta_to_off()
391 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcore.c366 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local
374 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c2635 int off_min, off_max; in tpacket_parse_header() local
2638 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header()
2664 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/kernel/linux/linux-6.6/net/packet/
H A Daf_packet.c2686 int off_min, off_max; in tpacket_parse_header() local
2689 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header()
2715 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c693 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
702 if (off < off_min || off > off_max) \ in bpf_convert_filter()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c693 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()
702 if (off < off_min || off > off_max) \ in bpf_convert_filter()

Completed in 69 milliseconds