Home
last modified time | relevance | path

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

/drivers/target/
A Dtarget_core_configfs.c364 if (tfo->fabric_alias) { in target_fabric_tf_ops_check()
371 if (!tfo->fabric_name) { in target_fabric_tf_ops_check()
380 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check()
384 if (!tfo->tpg_get_tag) { in target_fabric_tf_ops_check()
388 if (!tfo->release_cmd) { in target_fabric_tf_ops_check()
464 if (!tfo->get_cmd_state) in target_set_default_ops()
484 if (!tfo) { in target_register_template()
489 memcpy(tfo, fo, sizeof(*tfo)); in target_register_template()
494 tf->tf_ops = tfo; in target_register_template()
1924 tfo->fabric_name, tfo->tpg_get_tag(se_tpg), in target_pr_res_pr_holder_tg_port_show()
[all …]
A Dtarget_core_pr.c756 if (tfo != nacl_tmp->se_tpg->se_tpg_tfo) in __core_scsi3_alloc_registration()
1015 const struct target_core_fabric_ops *tfo, in __core_scsi3_dump_registration() argument
1032 tfo->fabric_name, tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration()
1033 tfo->tpg_get_tag(se_tpg)); in __core_scsi3_dump_registration()
1035 " Port(s)\n", tfo->fabric_name, in __core_scsi3_dump_registration()
1039 " 0x%08x APTPL: %d\n", tfo->fabric_name, in __core_scsi3_dump_registration()
1278 const struct target_core_fabric_ops *tfo = in __core_scsi3_free_registration() local
1307 tfo->fabric_name); in __core_scsi3_free_registration()
1319 " Node: %s%s\n", tfo->fabric_name, in __core_scsi3_free_registration()
1323 " Port(s)\n", tfo->fabric_name, in __core_scsi3_free_registration()
[all …]
A Dtarget_core_tpg.c568 const struct target_core_fabric_ops *tfo = se_tpg->se_tpg_tfo; in core_tpg_deregister() local
573 "Proto: %d, Portal Tag: %u\n", tfo->fabric_name, in core_tpg_deregister()
574 tfo->tpg_get_wwn(se_tpg) ? tfo->tpg_get_wwn(se_tpg) : NULL, in core_tpg_deregister()
575 se_tpg->proto_id, tfo->tpg_get_tag(se_tpg)); in core_tpg_deregister()
A Dtarget_core_transport.c386 const struct target_core_fabric_ops *tfo = se_tpg->se_tpg_tfo; in __transport_register_session() local
411 else if (tfo->tpg_check_prot_fabric_only) in __transport_register_session()
413 tfo->tpg_check_prot_fabric_only(se_tpg); in __transport_register_session()
1449 const struct target_core_fabric_ops *tfo, in __target_init_cmd() argument
1466 cmd->se_tfo = tfo; in __target_init_cmd()
1931 const struct target_core_fabric_ops *tfo = se_cmd->se_sess->se_tpg->se_tpg_tfo; in target_submit() local
1936 submit_type = tfo->default_submit_type; in target_submit()
1938 tfo->direct_submit_supp) in target_submit()

Completed in 27 milliseconds