Searched refs:dest_tf_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/target/ |
D | target_core_pr.c | 3149 const struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local 3231 dest_tf_ops = dest_se_tpg->se_tpg_tfo; in core_scsi3_emulate_pro_register_and_move() 3232 if (!dest_tf_ops) in core_scsi3_emulate_pro_register_and_move() 3251 if (!dest_se_tpg || !dest_tf_ops) { in core_scsi3_emulate_pro_register_and_move() 3274 dest_tf_ops->fabric_name); in core_scsi3_emulate_pro_register_and_move() 3291 " %s\n", dest_tf_ops->fabric_name, (iport_ptr != NULL) ? in core_scsi3_emulate_pro_register_and_move() 3336 " TransportID%s\n", dest_tf_ops->fabric_name, in core_scsi3_emulate_pro_register_and_move() 3352 " %s from TransportID\n", dest_tf_ops->fabric_name, in core_scsi3_emulate_pro_register_and_move() 3362 " %hu\n", dest_tf_ops->fabric_name, rtpi); in core_scsi3_emulate_pro_register_and_move() 3377 dest_tf_ops->fabric_name, dest_node_acl->initiatorname, in core_scsi3_emulate_pro_register_and_move() [all …]
|