Searched refs:next1 (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/tundra/ |
D | tsi108_eth.h | 306 u32 next1; member 333 u32 next1; /* Address of next descriptor, if any */ member
|
/linux-6.6.21/drivers/firewire/ |
D | core-topology.c | 410 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-6.6.21/drivers/hwmon/ |
D | ibmaem.c | 797 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-6.6.21/tools/testing/selftests/alsa/ |
D | pcm-test.c | 123 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local 129 snd_config_for_each(i1, next1, pcm_config) { in missing_devices()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 4002 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-6.6.21/fs/ufs/ |
D | inode.c | 927 goto next1; in ufs_trunc_direct() 941 next1: in ufs_trunc_direct()
|
/linux-6.6.21/fs/ext4/ |
D | extents.c | 5662 ext4_lblk_t next1, next2; in ext4_swap_extents() local 5665 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents() 5669 next1 = e1_blk; in ext4_swap_extents() 5673 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents() 5676 len = next1 - lblk1; in ext4_swap_extents()
|
/linux-6.6.21/fs/btrfs/ |
D | qgroup.c | 424 goto next1; in btrfs_read_qgroup_config() 429 goto next1; in btrfs_read_qgroup_config() 474 next1: in btrfs_read_qgroup_config()
|