Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/tundra/
A Dtsi108_eth.h306 u32 next1; member
333 u32 next1; /* Address of next descriptor, if any */ member
/linux/drivers/firewire/
A Dcore-topology.c413 struct fw_node *node0, *node1, *next1; in update_tree() local
485 next1 = fw_node(node1->link.next); in update_tree()
487 node1 = next1; in update_tree()
/linux/drivers/hwmon/
A Dibmaem.c793 struct aem_data *p1, *next1; in aem_bmc_gone() local
795 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_bmc_gone()
1082 struct aem_data *p1, *next1; in aem_exit() local
1086 list_for_each_entry_safe(p1, next1, &driver_data.aem_devices, list) in aem_exit()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
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/ufs/
A Dinode.c924 goto next1; in ufs_trunc_direct()
938 next1: in ufs_trunc_direct()
/linux/fs/ext4/
A Dextents.c5646 ext4_lblk_t next1, next2; in ext4_swap_extents() local
5649 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents()
5653 next1 = e1_blk; in ext4_swap_extents()
5657 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents()
5660 len = next1 - lblk1; in ext4_swap_extents()
/linux/fs/btrfs/
A Dqgroup.c400 goto next1; in btrfs_read_qgroup_config()
405 goto next1; in btrfs_read_qgroup_config()
450 next1: in btrfs_read_qgroup_config()

Completed in 292 milliseconds