Searched refs:fabric_make_wwn (Results 1 – 7 of 7) sorted by relevance
81 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *, member
1123 if (!tf->tf_ops.fabric_make_wwn) { in target_fabric_make_wwn()1128 wwn = tf->tf_ops.fabric_make_wwn(tf, group, name); in target_fabric_make_wwn()
473 if (!tfo->fabric_make_wwn) { in target_fabric_tf_ops_check()
551 .fabric_make_wwn = &ft_add_lport,
1383 fabric->tf_ops.fabric_make_wwn = &tcm_loop_make_scsi_hba; in tcm_loop_register_configfs()
1778 fabric->tf_ops.fabric_make_wwn = &lio_target_call_coreaddtiqn; in iscsi_target_register_configfs()
3960 .fabric_make_wwn = srpt_make_tport,