Searched refs:proto_ident (Results 1 – 3 of 3) sorted by relevance
166 def tcm_mod_build_base_includes(proto_ident, fabric_mod_dir_val, fabric_mod_name): argument168 if proto_ident == "FC":170 elif proto_ident == "SAS":172 elif proto_ident == "iSCSI":175 print "Unsupported proto_ident: " + proto_ident180 def tcm_mod_build_configfs(proto_ident, fabric_mod_dir_var, fabric_mod_name): argument233 if proto_ident == "FC":235 elif proto_ident == "SAS":237 elif proto_ident == "iSCSI":261 if proto_ident == "FC" or proto_ident == "SAS":[all …]
35 Using proto_ident: iSCSI
1513 unsigned char *buf, *ptr, proto_ident; in core_scsi3_decode_spec_i_port() local1588 proto_ident = (ptr[0] & 0x0f); in core_scsi3_decode_spec_i_port()1599 if (tmp_tpg->proto_id != proto_ident) in core_scsi3_decode_spec_i_port()3169 unsigned char proto_ident; in core_scsi3_emulate_pro_register_and_move() local3275 proto_ident = (buf[24] & 0x0f); in core_scsi3_emulate_pro_register_and_move()3278 " 0x%02x\n", proto_ident); in core_scsi3_emulate_pro_register_and_move()3280 if (proto_ident != dest_se_tpg->proto_id) { in core_scsi3_emulate_pro_register_and_move()3283 " from fabric: %s\n", proto_ident, in core_scsi3_emulate_pro_register_and_move()