Home
last modified time | relevance | path

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

/linux/Documentation/target/
A Dtcm_mod_builder.py168 if proto_ident == "FC":
170 elif proto_ident == "SAS":
172 elif proto_ident == "iSCSI":
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":
599 def main(modname, proto_ident): argument
611 print "Using proto_ident: " + proto_ident
[all …]
A Dtcm_mod_builder.rst37 Using proto_ident: iSCSI
/linux/drivers/target/
A Dtarget_core_pr.c1489 unsigned char *buf, *ptr, proto_ident; in core_scsi3_decode_spec_i_port() local
1567 proto_ident = (ptr[0] & 0x0f); in core_scsi3_decode_spec_i_port()
1578 if (tmp_tpg->proto_id != proto_ident) in core_scsi3_decode_spec_i_port()
3155 unsigned char proto_ident; in core_scsi3_emulate_pro_register_and_move() local
3260 proto_ident = (buf[24] & 0x0f); in core_scsi3_emulate_pro_register_and_move()
3263 " 0x%02x\n", proto_ident); in core_scsi3_emulate_pro_register_and_move()
3265 if (proto_ident != dest_se_tpg->proto_id) { in core_scsi3_emulate_pro_register_and_move()
3268 " from fabric: %s\n", proto_ident, in core_scsi3_emulate_pro_register_and_move()

Completed in 13 milliseconds