• Home
  • Raw
  • Download

Lines Matching refs:se_dev

68 	struct se_device *se_dev;  in target_xcopy_locate_se_dev_e4()  local
79 list_for_each_entry(se_dev, &g_device_list, g_dev_node) { in target_xcopy_locate_se_dev_e4()
81 if (!se_dev->dev_attrib.emulate_3pc) in target_xcopy_locate_se_dev_e4()
85 target_xcopy_gen_naa_ieee(se_dev, &tmp_dev_wwn[0]); in target_xcopy_locate_se_dev_e4()
92 xop->dst_dev = se_dev; in target_xcopy_locate_se_dev_e4()
96 xop->src_dev = se_dev; in target_xcopy_locate_se_dev_e4()
102 &se_dev->dev_group.cg_item); in target_xcopy_locate_se_dev_e4()
105 " %d for se_dev: %p\n", rc, se_dev); in target_xcopy_locate_se_dev_e4()
111 " se_dev->se_dev_group: %p\n", subsys, se_dev, in target_xcopy_locate_se_dev_e4()
112 &se_dev->dev_group); in target_xcopy_locate_se_dev_e4()
177 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
189 xop->dst_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
202 struct se_device *local_dev = se_cmd->se_dev; in target_xcopy_parse_target_descriptors()
517 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port()
520 " %p\n", pt_cmd->se_dev); in target_xcopy_setup_pt_port()
540 pt_cmd->se_dev = ec_cmd->se_dev; in target_xcopy_setup_pt_port()
543 " %p\n", pt_cmd->se_dev); in target_xcopy_setup_pt_port()
554 struct se_device *se_dev, in target_xcopy_init_pt_lun() argument
568 pt_cmd->se_lun = &se_dev->xcopy_lun; in target_xcopy_init_pt_lun()
569 pt_cmd->se_dev = se_dev; in target_xcopy_init_pt_lun()
571 pr_debug("Setup emulated se_dev: %p from se_dev\n", pt_cmd->se_dev); in target_xcopy_init_pt_lun()
583 struct se_device *se_dev, in target_xcopy_setup_pt_cmd() argument
595 rc = target_xcopy_init_pt_lun(xpt_cmd, xop, se_dev, cmd, remote_port); in target_xcopy_setup_pt_cmd()
880 struct se_device *dev = se_cmd->se_dev; in target_do_xcopy()