Home
last modified time | relevance | path

Searched refs:fabric_mod_name (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/Documentation/target/
Dtcm_mod_builder.py38 def tcm_mod_build_FC_include(fabric_mod_dir_var, fabric_mod_name): argument
43 f = fabric_mod_dir_var + "/" + fabric_mod_name + "_base.h"
50 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n"
51 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n"
53 buf += "struct " + fabric_mod_name + "_tpg {\n"
56 buf += " /* Pointer back to " + fabric_mod_name + "_lport */\n"
57 buf += " struct " + fabric_mod_name + "_lport *lport;\n"
58 buf += " /* Returned by " + fabric_mod_name + "_make_tpg() */\n"
62 buf += "struct " + fabric_mod_name + "_lport {\n"
66 buf += " char lport_name[" + fabric_mod_name.upper() + "_NAMELEN];\n"
[all …]
Dtcm_mod_builder.rst34 Set fabric_mod_name: tcm_nab5000