Home
last modified time | relevance | path

Searched refs:dest_dev (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h67 u8 dest_dev; member
79 u8 dest_dev; member
88 u8 dest_dev; member
H A Dice_ptp_hw.c243 .dest_dev = cgu, in ice_read_cgu_reg_e82x()
275 .dest_dev = cgu, in ice_write_cgu_reg_e82x()
946 .dest_dev = ice_ptp_get_dest_dev_e825(hw, port), in ice_write_phy_eth56g()
974 .dest_dev = ice_ptp_get_dest_dev_e825(hw, port), in ice_read_phy_eth56g()
2784 msg->dest_dev = rmn_0; in ice_fill_phy_msg_e82x()
3107 msg->dest_dev = rmn_0; in ice_fill_quad_msg_e82x()
4826 msg.dest_dev = rmn_0; in ice_read_phy_reg_e810()
4856 msg.dest_dev = rmn_0; in ice_write_phy_reg_e810()
H A Dice_common.c1490 msg.dest_dev = in->dest_dev; in ice_sbq_rw_reg()
3437 msg.dest_dev = rmn_0; in ice_aq_get_fec_stats()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-core.c121 if (conn->dest_dev == out_dev) in coresight_find_out_connection()
252 conn.dest_dev = helper; in coresight_add_helper()
1031 if (conn->dest_dev) in coresight_orphan_match()
1053 conn->dest_dev = dst_csdev; in coresight_orphan_match()
1114 if (!conn->dest_dev) in coresight_remove_conns()
1119 conn->dest_dev->pdata->in_conns[j] = NULL; in coresight_remove_conns()
1137 conn->dest_dev = NULL; in coresight_remove_conns()
1248 if (csdev && conns[i]->dest_dev) in coresight_release_platform_data()
1453 if (conn->dest_dev && in coresight_find_output_type()
1455 conn->dest_dev->subtype)) in coresight_find_output_type()
[all …]
H A Dcoresight-sysfs.c126 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_activated_sysfs_sink()
596 devm_kfree(&conn->dest_dev->dev, conn->link->target_name); in coresight_remove_links()
H A Dcoresight-platform.c80 struct device *dev = out_conn->dest_dev->dev.parent; in coresight_add_in_conn()
81 struct coresight_platform_data *pdata = out_conn->dest_dev->pdata; in coresight_add_in_conn()
/linux-6.15/drivers/md/
H A Ddm-clone-target.c73 struct dm_dev *dest_dev; member
266 bio_set_dev(bio, clone->dest_dev->bdev); in remap_to_dest()
827 to.bdev = clone->dest_dev->bdev; in hydration_copy()
1711 dm_put_device(clone->ti, clone->dest_dev); in parse_dest_dev()
1935 dm_put_device(ti, clone->dest_dev); in clone_ctr()
1962 dm_put_device(ti, clone->dest_dev); in clone_dtr()
2022 struct block_device *dest_dev = clone->dest_dev->bdev; in disable_passdown_if_not_supported() local
2029 if (!bdev_max_discard_sectors(dest_dev)) in disable_passdown_if_not_supported()
2036 dest_dev, reason); in disable_passdown_if_not_supported()
2089 struct dm_dev *dest_dev = clone->dest_dev; in clone_iterate_devices() local
[all …]
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst235 dmsetup create clone --table "0 1048576000 clone $metadata_dev $dest_dev \
258 dmsetup load clone --table "0 1048576000 linear $dest_dev 0"
/linux-6.15/include/linux/
H A Dcoresight.h204 struct coresight_device *dest_dev; member