Searched refs:TARGET_FABRIC_NAME_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/target/
H A Dtarget_core_configfs.h6 #define TARGET_FABRIC_NAME_SIZE 32 macro
33 char tf_name[TARGET_FABRIC_NAME_SIZE];
/linux-4.1.27/drivers/target/
H A Dtarget_core_configfs.c312 if (strlen(tfo->name) >= TARGET_FABRIC_NAME_SIZE) { target_fabric_tf_ops_check()
473 snprintf(tf->tf_name, TARGET_FABRIC_NAME_SIZE, "%s", fo->name); target_register_template()

Completed in 135 milliseconds