Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/target/
Dtarget_core_tpg.c711 "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()
726 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg), in core_tpg_deregister()
Dtarget_core_alua.c1008 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg)); in core_alua_update_tpg_secondary_metadata()
1671 " %s/tpgt_%hu/%s\n", tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info()
1718 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info()
1745 "Moving" : "Adding", tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info()
Dtarget_core_cdb.c369 scsi_name_len = strlen(tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in target_emulate_evpd_83()
396 tpg->se_tpg_tfo->tpg_get_wwn(tpg), tpgt); in target_emulate_evpd_83()
Dtarget_core_configfs.c364 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check()
1213 tfo->tpg_get_wwn(se_tpg)); in target_core_dev_pr_show_attr_res_pr_holder_tg_port()
2547 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_core_alua_tg_pt_gp_show_attr_members()
Dtarget_core_stat.c945 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_scsi_tgt_port_show_attr_port_index()
1168 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_scsi_transport_show_attr_dev_name()
Dtarget_core_pr.c949 tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in __core_scsi3_check_aptpl_registration()
1036 tfo->get_fabric_name(), tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration()
1974 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in __core_scsi3_update_aptpl_buf()
/linux-3.4.99/include/target/
Dtarget_core_fabric.h14 char *(*tpg_get_wwn)(struct se_portal_group *); member
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_conf.c518 .tpg_get_wwn = ft_get_fabric_wwn,
/linux-3.4.99/drivers/target/loopback/
Dtcm_loop.c1332 fabric->tf_ops.tpg_get_wwn = &tcm_loop_get_endpoint_wwn; in tcm_loop_register_configfs()
/linux-3.4.99/drivers/target/iscsi/
Discsi_target_configfs.c1741 fabric->tf_ops.tpg_get_wwn = &lio_tpg_get_endpoint_wwn; in iscsi_target_register_configfs()
/linux-3.4.99/drivers/infiniband/ulp/srpt/
Dib_srpt.c3927 .tpg_get_wwn = srpt_get_fabric_wwn,