Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tundra/
H A Dtsi108_eth.h306 u32 next1; member
333 u32 next1; /* Address of next descriptor, if any */ member
/linux/drivers/firewire/
H A Dcore-topology.c360 struct fw_node *node0, *node1, *next1; in update_tree() local
432 next1 = fw_node(node1->link.next); in update_tree()
434 node1 = next1; in update_tree()
/linux/drivers/hwmon/
H A 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/tools/testing/selftests/alsa/
H A Dpcm-test.c126 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local
132 snd_config_for_each(i1, next1, pcm_config) { in missing_devices()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A 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/fs/ext4/
H A Dextents.c5693 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5696 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents()
5700 next1 = e1_blk; in ext4_swap_extents()
5704 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5707 len = next1 - lblk1; in ext4_swap_extents()
/linux/fs/btrfs/
H A Dqgroup.c445 goto next1; in btrfs_read_qgroup_config()
450 goto next1; in btrfs_read_qgroup_config()
518 next1: in btrfs_read_qgroup_config()