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

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dfw.h38 __le32 off_max; member in struct:nfp_bpf_cap_tlv_adjust_head
H A Dmain.c219 bpf->adjust_head.off_max = readl(&cap->off_max);
223 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) {
228 !FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_max)) {
H A Dmain.h107 * @adjust_head.off_max: maximum packet offset within buffer required
152 int off_max; member in struct:nfp_app_bpf::nfp_bpf_cap_adjust_head
H A Dverifier.c182 if (!bpf->adjust_head.off_max) {
H A Djit.c1642 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp);
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c1190 s16 off_max = 0;
1195 off_max = 0xfff;
1198 off_max = 0xff;
1202 off_max = 0xfff - 4;
1205 return -off_max <= off && off <= off_max;
1210 s16 off_max = 0;
1214 off_max = 0xff;
1217 off_max = 0xfff;
1220 off_max
1160 s16 off_max = 0; local
1180 s16 off_max = 0; local
[all...]
/linux-master/fs/reiserfs/
H A Dbitmap.c355 unsigned int off_max = s->s_blocksize << 3; local
391 scan_bitmap_block(th, bm, &off, off_max,
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm);
411 *start = bm * off_max + off;
/linux-master/kernel/bpf/
H A Dcore.c382 s64 off_min, off_max, off; local
388 off_max = S32_MAX;
392 off_max = S16_MAX;
399 if (off < off_min || off > off_max)
/linux-master/net/packet/
H A Daf_packet.c2680 int off_min, off_max; local
2683 off_max = po->tx_ring.frame_size - tp_len;
2709 if (unlikely((off < off_min) || (off_max < off)))
/linux-master/net/core/
H A Dfilter.c696 const s32 off_min = S16_MIN, off_max = S16_MAX; \
705 if (off < off_min || off > off_max) \

Completed in 335 milliseconds