Home
last modified time | relevance | path

Searched refs:fabric_make_np (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h94 struct se_tpg_np *(*fabric_make_np)(struct se_portal_group *, member
/linux-2.6.39/drivers/target/
Dtarget_core_fabric_configfs.c575 if (!(tf->tf_ops.fabric_make_np)) { in target_fabric_make_np()
580 se_tpg_np = tf->tf_ops.fabric_make_np(se_tpg, group, name); in target_fabric_make_np()
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1500 fabric->tf_ops.fabric_make_np = NULL; in tcm_loop_register_configfs()