Searched refs:proto_ident (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/Documentation/target/ |
D | tcm_mod_builder.py | 195 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 251 if proto_ident == "FC" or proto_ident == "SAS": 277 if proto_ident == "FC" or proto_ident == "SAS": 336 if proto_ident == "FC" or proto_ident == "SAS": 347 if proto_ident == "FC" or proto_ident == "SAS": [all …]
|
D | tcm_mod_builder.txt | 35 Using proto_ident: iSCSI
|
/linux-3.4.99/drivers/target/ |
D | target_core_pr.c | 1507 unsigned char *ptr, *i_str = NULL, proto_ident, tmp_proto_ident; in core_scsi3_decode_spec_i_port() local 1577 proto_ident = (ptr[0] & 0x0f); in core_scsi3_decode_spec_i_port() 1596 if (tmp_proto_ident != proto_ident) in core_scsi3_decode_spec_i_port() 3365 unsigned char proto_ident; in core_scsi3_emulate_pro_register_and_move() local 3478 proto_ident = (buf[24] & 0x0f); in core_scsi3_emulate_pro_register_and_move() 3481 " 0x%02x\n", proto_ident); in core_scsi3_emulate_pro_register_and_move() 3483 if (proto_ident != dest_tf_ops->get_fabric_proto_ident(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move() 3486 " from fabric: %s\n", proto_ident, in core_scsi3_emulate_pro_register_and_move()
|