Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/tundra/
Dtsi108_eth.h306 u32 next1; member
333 u32 next1; /* Address of next descriptor, if any */ member
/linux-5.19.10/drivers/firewire/
Dcore-topology.c410 struct fw_node *node0, *node1, *next1; in update_tree() local
482 next1 = fw_node(node1->link.next); in update_tree()
484 node1 = next1; in update_tree()
/linux-5.19.10/drivers/hwmon/
Dibmaem.c797 struct aem_data *p1, *next1; in aem_bmc_gone() local
799 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone()
1086 struct aem_data *p1, *next1; in aem_exit() local
1090 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_exit()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c4002 struct bpf_insn insn, next1, next2; in nfp_bpf_opt_ld_shift() local
4005 next1 = meta2->insn; in nfp_bpf_opt_ld_shift()
4016 if (!(next1.code == (BPF_LSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift()
4018 !(next1.code == (BPF_RSH | BPF_K | BPF_ALU64) && in nfp_bpf_opt_ld_shift()
4022 if (next1.src_reg || next1.dst_reg || in nfp_bpf_opt_ld_shift()
4026 if (next1.imm != 0x20 || next2.imm != 0x20) in nfp_bpf_opt_ld_shift()
/linux-5.19.10/fs/ufs/
Dinode.c924 goto next1; in ufs_trunc_direct()
938 next1: in ufs_trunc_direct()
/linux-5.19.10/fs/ext4/
Dextents.c5653 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5656 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents()
5660 next1 = e1_blk; in ext4_swap_extents()
5664 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5667 len = next1 - lblk1; in ext4_swap_extents()
/linux-5.19.10/fs/btrfs/
Dqgroup.c411 goto next1; in btrfs_read_qgroup_config()
416 goto next1; in btrfs_read_qgroup_config()
461 next1: in btrfs_read_qgroup_config()