Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.py195 def tcm_mod_build_base_includes(proto_ident, fabric_mod_dir_val, fabric_mod_name): argument
197 if proto_ident == "FC":
199 elif proto_ident == "SAS":
201 elif proto_ident == "iSCSI":
204 print "Unsupported proto_ident: " + proto_ident
209 def tcm_mod_build_configfs(proto_ident, fabric_mod_dir_var, fabric_mod_name): argument
250 if proto_ident == "FC" or proto_ident == "SAS":
276 if proto_ident == "FC" or proto_ident == "SAS":
335 if proto_ident == "FC" or proto_ident == "SAS":
346 if proto_ident == "FC" or proto_ident == "SAS":
[all …]
Dtcm_mod_builder.txt35 Using proto_ident: iSCSI
/linux-4.1.27/drivers/target/
Dtarget_core_pr.c1453 unsigned char *ptr, *i_str = NULL, proto_ident, tmp_proto_ident; in core_scsi3_decode_spec_i_port() local
1531 proto_ident = (ptr[0] & 0x0f); in core_scsi3_decode_spec_i_port()
1550 if (tmp_proto_ident != proto_ident) in core_scsi3_decode_spec_i_port()
3119 unsigned char proto_ident; in core_scsi3_emulate_pro_register_and_move() local
3231 proto_ident = (buf[24] & 0x0f); in core_scsi3_emulate_pro_register_and_move()
3234 " 0x%02x\n", proto_ident); in core_scsi3_emulate_pro_register_and_move()
3236 if (proto_ident != dest_tf_ops->get_fabric_proto_ident(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move()
3239 " from fabric: %s\n", proto_ident, in core_scsi3_emulate_pro_register_and_move()