Home
last modified time | relevance | path

Searched refs:fabric_make_wwn (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/include/target/
Dtarget_core_fabric.h81 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *, member
/linux-3.4.99/drivers/target/
Dtarget_core_fabric_configfs.c1123 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()
Dtarget_core_configfs.c473 if (!tfo->fabric_make_wwn) { in target_fabric_tf_ops_check()
/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_conf.c551 .fabric_make_wwn = &ft_add_lport,
/linux-3.4.99/drivers/target/loopback/
Dtcm_loop.c1383 fabric->tf_ops.fabric_make_wwn = &tcm_loop_make_scsi_hba; in tcm_loop_register_configfs()
/linux-3.4.99/drivers/target/iscsi/
Discsi_target_configfs.c1778 fabric->tf_ops.fabric_make_wwn = &lio_target_call_coreaddtiqn; in iscsi_target_register_configfs()
/linux-3.4.99/drivers/infiniband/ulp/srpt/
Dib_srpt.c3960 .fabric_make_wwn = srpt_make_tport,