Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/target/
Dtarget_core_pr.c3307 struct target_core_fabric_ops *dest_tf_ops = NULL, *tf_ops; in core_scsi3_emulate_pro_register_and_move() local
3387 dest_tf_ops = TPG_TFO(dest_se_tpg); in core_scsi3_emulate_pro_register_and_move()
3388 if (!(dest_tf_ops)) in core_scsi3_emulate_pro_register_and_move()
3410 if (!(dest_se_tpg) || (!dest_tf_ops)) { in core_scsi3_emulate_pro_register_and_move()
3422 if (proto_ident != dest_tf_ops->get_fabric_proto_ident(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move()
3426 dest_tf_ops->get_fabric_proto_ident(dest_se_tpg), in core_scsi3_emulate_pro_register_and_move()
3427 dest_tf_ops->get_fabric_name()); in core_scsi3_emulate_pro_register_and_move()
3431 if (dest_tf_ops->tpg_parse_pr_out_transport_id == NULL) { in core_scsi3_emulate_pro_register_and_move()
3438 initiator_str = dest_tf_ops->tpg_parse_pr_out_transport_id(dest_se_tpg, in core_scsi3_emulate_pro_register_and_move()
3448 " %s\n", dest_tf_ops->get_fabric_name(), (iport_ptr != NULL) ? in core_scsi3_emulate_pro_register_and_move()
[all …]