Searched refs:tfo (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 306 static int target_fabric_tf_ops_check(const struct target_core_fabric_ops *tfo) in target_fabric_tf_ops_check() argument 308 if (!tfo->name) { in target_fabric_tf_ops_check() 312 if (strlen(tfo->name) >= TARGET_FABRIC_NAME_SIZE) { in target_fabric_tf_ops_check() 314 "_NAME_SIZE\n", tfo->name); in target_fabric_tf_ops_check() 317 if (!tfo->get_fabric_name) { in target_fabric_tf_ops_check() 321 if (!tfo->get_fabric_proto_ident) { in target_fabric_tf_ops_check() 325 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check() 329 if (!tfo->tpg_get_tag) { in target_fabric_tf_ops_check() 333 if (!tfo->tpg_get_default_depth) { in target_fabric_tf_ops_check() 337 if (!tfo->tpg_get_pr_transport_id) { in target_fabric_tf_ops_check() [all …]
|
D | target_core_pr.c | 686 const struct target_core_fabric_ops *tfo = nacl->se_tpg->se_tpg_tfo; in __core_scsi3_alloc_registration() local 734 if (tfo != nacl_tmp->se_tpg->se_tpg_tfo) in __core_scsi3_alloc_registration() 985 const struct target_core_fabric_ops *tfo, in __core_scsi3_dump_registration() argument 998 " Node: %s%s\n", tfo->get_fabric_name(), (register_type == REGISTER_AND_MOVE) ? in __core_scsi3_dump_registration() 1003 tfo->get_fabric_name(), tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration() 1004 tfo->tpg_get_tag(se_tpg)); in __core_scsi3_dump_registration() 1006 " Port(s)\n", tfo->get_fabric_name(), in __core_scsi3_dump_registration() 1010 " 0x%08x APTPL: %d\n", tfo->get_fabric_name(), in __core_scsi3_dump_registration() 1026 const struct target_core_fabric_ops *tfo = nacl->se_tpg->se_tpg_tfo; in __core_scsi3_add_registration() local 1047 __core_scsi3_dump_registration(tfo, dev, nacl, pr_reg, register_type); in __core_scsi3_add_registration() [all …]
|
D | target_core_tpg.c | 675 const struct target_core_fabric_ops *tfo, in core_tpg_register() argument 707 se_tpg->se_tpg_tfo = tfo; in core_tpg_register() 730 " endpoint: %s, Portal Tag: %u\n", tfo->get_fabric_name(), in core_tpg_register() 732 "Normal" : "Discovery", (tfo->tpg_get_wwn(se_tpg) == NULL) ? in core_tpg_register() 733 "None" : tfo->tpg_get_wwn(se_tpg), tfo->tpg_get_tag(se_tpg)); in core_tpg_register()
|
D | target_core_transport.c | 325 const struct target_core_fabric_ops *tfo = se_tpg->se_tpg_tfo; in __transport_register_session() local 349 else if (tfo->tpg_check_prot_fabric_only) in __transport_register_session() 351 tfo->tpg_check_prot_fabric_only(se_tpg); in __transport_register_session() 1160 const struct target_core_fabric_ops *tfo, in transport_init_se_cmd() argument 1178 cmd->se_tfo = tfo; in transport_init_se_cmd()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 3368 const struct target_core_fabric_ops *tfo; in qlt_do_ctio_completion() local 3386 tfo = se_cmd->se_tfo; in qlt_do_ctio_completion()
|