/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_tpg.c | 495 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg) ? in core_tpg_register() 496 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg) : NULL, in core_tpg_register() 511 tfo->tpg_get_wwn(se_tpg) ? tfo->tpg_get_wwn(se_tpg) : NULL, in core_tpg_deregister()
|
H A D | target_core_alua.c | 1219 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg), in core_alua_update_tpg_secondary_metadata() 1225 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg), in core_alua_update_tpg_secondary_metadata() 1960 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info() 1982 "Moving" : "Adding", tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info()
|
H A D | target_core_spc.c | 370 tpg->se_tpg_tfo->tpg_get_wwn(tpg), tpgt); in spc_emulate_evpd_83() 409 tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in spc_emulate_evpd_83()
|
H A D | target_core_stat.c | 602 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show() 777 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
|
H A D | target_core_pr.c | 941 tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in __core_scsi3_check_aptpl_registration() 1036 tfo->fabric_name, tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration() 1944 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_scsi3_update_aptpl_buf()
|
H A D | target_core_configfs.c | 356 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check() 357 pr_err("Missing tfo->tpg_get_wwn()\n"); in target_fabric_tf_ops_check() 1780 tfo->tpg_get_wwn(se_tpg)); in target_pr_res_pr_holder_tg_port_show() 3042 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_tg_pt_gp_members_show()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_tpg.c | 558 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg) ? in core_tpg_register() 559 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg) : NULL, in core_tpg_register() 574 tfo->tpg_get_wwn(se_tpg) ? tfo->tpg_get_wwn(se_tpg) : NULL, in core_tpg_deregister()
|
H A D | target_core_alua.c | 1193 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg), in core_alua_update_tpg_secondary_metadata() 1199 se_tpg->se_tpg_tfo->tpg_get_wwn(se_tpg), in core_alua_update_tpg_secondary_metadata() 1950 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info() 1970 "Moving" : "Adding", tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_alua_store_tg_pt_gp_info()
|
H A D | target_core_stat.c | 599 tpg->se_tpg_tfo->tpg_get_wwn(tpg), "+t+", in target_stat_tgt_port_port_index_show() 774 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_stat_transport_dev_name_show()
|
H A D | target_core_pr.c | 937 tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in __core_scsi3_check_aptpl_registration() 1031 tfo->fabric_name, tfo->tpg_get_wwn(se_tpg), in __core_scsi3_dump_registration() 1927 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in core_scsi3_update_aptpl_buf()
|
H A D | target_core_spc.c | 398 tpg->se_tpg_tfo->tpg_get_wwn(tpg), tpgt); in spc_emulate_evpd_83() 437 tpg->se_tpg_tfo->tpg_get_wwn(tpg)); in spc_emulate_evpd_83()
|
H A D | target_core_configfs.c | 380 if (!tfo->tpg_get_wwn) { in target_fabric_tf_ops_check() 381 pr_err("Missing tfo->tpg_get_wwn()\n"); in target_fabric_tf_ops_check() 1884 tfo->tpg_get_wwn(se_tpg)); in target_pr_res_pr_holder_tg_port_show() 3136 tpg->se_tpg_tfo->tpg_get_wwn(tpg), in target_tg_pt_gp_members_show()
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_fabric.h | 37 char *(*tpg_get_wwn)(struct se_portal_group *); member
|
/kernel/linux/linux-6.6/drivers/target/tcm_remote/ |
H A D | tcm_remote.c | 236 .tpg_get_wwn = tcm_remote_get_endpoint_wwn,
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_fabric.h | 37 char *(*tpg_get_wwn)(struct se_portal_group *); member
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 419 .tpg_get_wwn = ft_get_fabric_wwn,
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 410 .tpg_get_wwn = ft_get_fabric_wwn,
|
/kernel/linux/linux-5.10/drivers/target/loopback/ |
H A D | tcm_loop.c | 1123 .tpg_get_wwn = tcm_loop_get_endpoint_wwn,
|
/kernel/linux/linux-6.6/drivers/target/loopback/ |
H A D | tcm_loop.c | 1083 .tpg_get_wwn = tcm_loop_get_endpoint_wwn,
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1838 .tpg_get_wwn = tcm_qla2xxx_get_fabric_wwn, 1880 .tpg_get_wwn = tcm_qla2xxx_get_fabric_wwn,
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_lio.c | 1589 .tpg_get_wwn = efct_lio_get_fabric_wwn, 1621 .tpg_get_wwn = efct_lio_get_npiv_fabric_wwn,
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1790 .tpg_get_wwn = tcm_qla2xxx_get_fabric_wwn, 1831 .tpg_get_wwn = tcm_qla2xxx_get_fabric_wwn,
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1533 .tpg_get_wwn = lio_tpg_get_endpoint_wwn,
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1547 .tpg_get_wwn = lio_tpg_get_endpoint_wwn,
|
/kernel/linux/linux-5.10/drivers/target/sbp/ |
H A D | sbp_target.c | 2304 .tpg_get_wwn = sbp_get_fabric_wwn,
|