Searched refs:src_dev (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/target/ |
A D | target_core_xcopy.c | 175 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() 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 688 src_dev = xop->src_dev; in target_xcopy_do_work() 699 src_dev->dev_attrib.hw_block_size; in target_xcopy_do_work() 760 nolb -= cur_bytes / src_dev->dev_attrib.block_size; in target_xcopy_do_work() 862 if (xop->src_dev->dev_attrib.block_size != in target_parse_xcopy_cmd() [all …]
|
A D | target_core_xcopy.h | 25 struct se_device *src_dev; member
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_sbq_cmd.h | 66 u8 src_dev; member 78 u8 src_dev; member
|
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | chromeos_laptop.c | 799 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local 820 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals() 821 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 824 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals() 827 if (src_dev->swnode.properties) { in chromeos_laptop_prepare_acpi_peripherals() 829 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()
|
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/ |
A D | global2.h | 341 int mv88e6xxx_g2_pvt_read(struct mv88e6xxx_chip *chip, int src_dev, 343 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev,
|
A D | global2.c | 223 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()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4trace.h | 2250 __field(dev_t, src_dev) 2273 __entry->src_dev = src_inode->i_sb->s_dev; 2320 MAJOR(__entry->src_dev), MINOR(__entry->src_dev), 2355 __field(dev_t, src_dev) 2371 __entry->src_dev = src_inode->i_sb->s_dev; 2398 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
|
/linux-6.3-rc2/fs/btrfs/ |
A D | dev-replace.c | 454 struct btrfs_device *src_dev) in mark_block_group_to_copy() argument 510 key.objectid = src_dev->devid; in mark_block_group_to_copy() 517 if (found_key.objectid != src_dev->devid) in mark_block_group_to_copy()
|
A D | scrub.c | 2716 struct btrfs_device *src_dev = dev; in scrub_extent() local 2757 &src_dev, &src_mirror); in scrub_extent() 2768 ret = scrub_sectors(sctx, logical, l, src_physical, src_dev, in scrub_extent()
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_expander.c | 1751 struct domain_device **src_dev) in sas_find_bcast_dev() argument 1769 *src_dev = dev; in sas_find_bcast_dev() 1780 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev() 1781 if (*src_dev) in sas_find_bcast_dev()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | core.c | 78 struct device *src_dev; member 1890 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias() 2382 map->src_dev = dev; in regulator_register_supply_alias()
|
Completed in 45 milliseconds