Home
last modified time | relevance | path

Searched refs:src_dev (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/target/
A Dtarget_core_xcopy.c175 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
177 " received xop\n", xop->src_dev); in target_xcopy_parse_tiddesc_e4()
267 &xop->src_dev, in target_xcopy_parse_target_descriptors()
288 xop->src_dev, &xop->src_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
410 pr_debug("putting src lun_ref for %p\n", xop->src_dev); in xcopy_pt_undepend_remotedev()
583 struct se_device *src_dev, in target_xcopy_read_source() argument
671 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local
687 src_dev = xop->src_dev; in target_xcopy_do_work()
697 max_sectors = min(src_dev->dev_attrib.hw_max_sectors, in target_xcopy_do_work()
853 if (xop->src_dev->dev_attrib.block_size != in target_parse_xcopy_cmd()
[all …]
A Dtarget_core_xcopy.h25 struct se_device *src_dev; member
/linux/drivers/net/ethernet/intel/ice/
A Dice_sbq_cmd.h66 u8 src_dev; member
78 u8 src_dev; member
/linux/drivers/platform/chrome/
A Dchromeos_laptop.c797 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local
818 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()
819 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
822 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals()
825 if (src_dev->swnode.properties) { in chromeos_laptop_prepare_acpi_peripherals()
827 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()
/linux/drivers/net/dsa/mv88e6xxx/
A Dglobal2.c223 static int mv88e6xxx_g2_pvt_op(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_op() argument
232 op |= (src_dev & 0x1f) << 4; in mv88e6xxx_g2_pvt_op()
242 int mv88e6xxx_g2_pvt_read(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_read() argument
251 err = mv88e6xxx_g2_pvt_op(chip, src_dev, src_port, in mv88e6xxx_g2_pvt_read()
259 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_write() argument
272 return mv88e6xxx_g2_pvt_op(chip, src_dev, src_port, in mv88e6xxx_g2_pvt_write()
A Dglobal2.h333 int mv88e6xxx_g2_pvt_read(struct mv88e6xxx_chip *chip, int src_dev,
335 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev,
/linux/fs/nfs/
A Dnfs4trace.h2248 __field(dev_t, src_dev)
2271 __entry->src_dev = src_inode->i_sb->s_dev;
2318 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
2353 __field(dev_t, src_dev)
2369 __entry->src_dev = src_inode->i_sb->s_dev;
2396 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
/linux/fs/btrfs/
A Ddev-replace.c464 struct btrfs_device *src_dev) in mark_block_group_to_copy() argument
519 key.objectid = src_dev->devid; in mark_block_group_to_copy()
547 if (found_key.objectid != src_dev->devid) in mark_block_group_to_copy()
/linux/drivers/scsi/libsas/
A Dsas_expander.c1825 struct domain_device **src_dev) in sas_find_bcast_dev() argument
1843 *src_dev = dev; in sas_find_bcast_dev()
1854 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev()
1855 if (*src_dev) in sas_find_bcast_dev()
/linux/drivers/regulator/
A Dcore.c78 struct device *src_dev; member
1821 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias()
2309 map->src_dev = dev; in regulator_register_supply_alias()

Completed in 37 milliseconds