Home
last modified time | relevance | path

Searched refs:next2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/i825xx/
Dether1.c446 int i, status, addr, next, next2; in ether1_init_for_open() local
480 next2 = next + RFD_SIZE + RBD_SIZE + ETH_FRAME_LEN + 10; in ether1_init_for_open()
482 if (next2 >= RX_AREA_END) { in ether1_init_for_open()
499 } while (next2 < RX_AREA_END); in ether1_init_for_open()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c30 #define nfp_for_each_insn_walk3(nfp_prog, pos, next, next2) \ argument
33 next2 = list_next_entry(next, l); \
36 &(nfp_prog)->insns != &next2->l; \
39 next2 = nfp_meta_next(next))
4002 struct bpf_insn insn, next1, next2; in nfp_bpf_opt_ld_shift() local
4006 next2 = meta3->insn; in nfp_bpf_opt_ld_shift()
4017 next2.code == (BPF_RSH | BPF_K | BPF_ALU64)) && in nfp_bpf_opt_ld_shift()
4019 next2.code == (BPF_LSH | BPF_K | BPF_ALU64))) in nfp_bpf_opt_ld_shift()
4023 next2.src_reg || next2.dst_reg) in nfp_bpf_opt_ld_shift()
4026 if (next1.imm != 0x20 || next2.imm != 0x20) in nfp_bpf_opt_ld_shift()
/linux-6.1.9/fs/ext4/
Dextents.c5663 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5667 next2 = ext4_ext_next_allocated_block(path2); in ext4_swap_extents()
5672 next2 = e2_blk; in ext4_swap_extents()
5674 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5678 if (len < next2 - lblk2) in ext4_swap_extents()
5679 len = next2 - lblk2; in ext4_swap_extents()
/linux-6.1.9/fs/btrfs/
Dqgroup.c492 goto next2; in btrfs_read_qgroup_config()
497 goto next2; in btrfs_read_qgroup_config()
510 next2: in btrfs_read_qgroup_config()