Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 6 of 6) 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.c786 struct aem_data *p1, *next1; in aem_bmc_gone() local
788 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone()
1075 struct aem_data *p1, *next1; in aem_exit() local
1079 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/btrfs/
H A Dqgroup.c447 goto next1; in btrfs_read_qgroup_config()
452 goto next1; in btrfs_read_qgroup_config()
518 next1: in btrfs_read_qgroup_config()