Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/target/
Dtarget_core_configfs.c354 struct target_core_fabric_ops *tfo = &tf->tf_ops; in target_fabric_tf_ops_check() local
356 if (!tfo->get_fabric_name) { in target_fabric_tf_ops_check()
360 if (!tfo->get_fabric_proto_ident) { in target_fabric_tf_ops_check()
364 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check()
368 if (!tfo->tpg_get_tag) { in target_fabric_tf_ops_check()
372 if (!tfo->tpg_get_default_depth) { in target_fabric_tf_ops_check()
376 if (!tfo->tpg_get_pr_transport_id) { in target_fabric_tf_ops_check()
380 if (!tfo->tpg_get_pr_transport_id_len) { in target_fabric_tf_ops_check()
384 if (!tfo->tpg_check_demo_mode) { in target_fabric_tf_ops_check()
388 if (!tfo->tpg_check_demo_mode_cache) { in target_fabric_tf_ops_check()
[all …]
Dtarget_core_tpg.c654 struct target_core_fabric_ops *tfo, in core_tpg_register() argument
687 se_tpg->se_tpg_tfo = tfo; in core_tpg_register()
709 " endpoint: %s, Portal Tag: %u\n", tfo->get_fabric_name(), in core_tpg_register()
711 "Normal" : "Discovery", (tfo->tpg_get_wwn(se_tpg) == NULL) ? in core_tpg_register()
712 "None" : tfo->tpg_get_wwn(se_tpg), tfo->tpg_get_tag(se_tpg)); in core_tpg_register()
Dtarget_core_pr.c707 struct target_core_fabric_ops *tfo = nacl->se_tpg->se_tpg_tfo; in __core_scsi3_alloc_registration() local
756 if (tfo != nacl_tmp->se_tpg->se_tpg_tfo) in __core_scsi3_alloc_registration()
1016 struct target_core_fabric_ops *tfo, in __core_scsi3_dump_registration() argument
1031 " Node: %s%s\n", tfo->get_fabric_name(), (register_type == 2) ? in __core_scsi3_dump_registration()
1036 tfo->get_fabric_name(), tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration()
1037 tfo->tpg_get_tag(se_tpg)); in __core_scsi3_dump_registration()
1039 " Port(s)\n", tfo->get_fabric_name(), in __core_scsi3_dump_registration()
1043 " 0x%08x APTPL: %d\n", tfo->get_fabric_name(), in __core_scsi3_dump_registration()
1060 struct target_core_fabric_ops *tfo = nacl->se_tpg->se_tpg_tfo; in __core_scsi3_add_registration() local
1081 __core_scsi3_dump_registration(tfo, dev, nacl, pr_reg, register_type); in __core_scsi3_add_registration()
[all …]
Dtarget_core_transport.c1500 struct target_core_fabric_ops *tfo, in transport_init_se_cmd() argument
1520 cmd->se_tfo = tfo; in transport_init_se_cmd()