Lines Matching refs:proto_ident
166 def tcm_mod_build_base_includes(proto_ident, fabric_mod_dir_val, fabric_mod_name): argument
168 if proto_ident == "FC":
170 elif proto_ident == "SAS":
172 elif proto_ident == "iSCSI":
175 print "Unsupported proto_ident: " + proto_ident
180 def tcm_mod_build_configfs(proto_ident, fabric_mod_dir_var, fabric_mod_name): argument
233 if proto_ident == "FC":
235 elif proto_ident == "SAS":
237 elif proto_ident == "iSCSI":
261 if proto_ident == "FC" or proto_ident == "SAS":
272 if proto_ident == "FC" or proto_ident == "SAS":
374 def tcm_mod_dump_fabric_ops(proto_ident, fabric_mod_dir_var, fabric_mod_name): argument
607 def main(modname, proto_ident): argument
619 print "Using proto_ident: " + proto_ident
621 if proto_ident != "FC" and proto_ident != "SAS" and proto_ident != "iSCSI":
622 print "Unsupported proto_ident: " + proto_ident
630 tcm_mod_build_base_includes(proto_ident, fabric_mod_dir, fabric_mod_name)
632 tcm_mod_dump_fabric_ops(proto_ident, fabric_mod_dir, fabric_mod_name)
633 tcm_mod_build_configfs(proto_ident, fabric_mod_dir, fabric_mod_name)