Searched refs:SCSI_PROTOCOL_FCP (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/target/ |
D | target_core_fabric_lib.c | 349 case SCSI_PROTOCOL_FCP: in target_get_pr_transport_id_len() 379 case SCSI_PROTOCOL_FCP: in target_get_pr_transport_id() 405 case SCSI_PROTOCOL_FCP: in target_parse_pr_out_transport_id()
|
D | target_core_spc.c | 54 case SCSI_PROTOCOL_FCP: in spc_find_scsi_transport_vd()
|
/Linux-v6.6/drivers/target/tcm_remote/ |
D | tcm_remote.c | 59 case SCSI_PROTOCOL_FCP: in tcm_remote_dump_proto_id() 174 remote_hba->remote_proto_id = SCSI_PROTOCOL_FCP; in tcm_remote_make_wwn()
|
/Linux-v6.6/include/scsi/ |
D | scsi_proto.h | 259 SCSI_PROTOCOL_FCP = 0, /* Fibre Channel */ enumerator
|
/Linux-v6.6/drivers/target/loopback/ |
D | tcm_loop.c | 568 case SCSI_PROTOCOL_FCP: in tcm_loop_dump_proto_id() 804 if (tl_hba->tl_proto_id != SCSI_PROTOCOL_FCP) { in tcm_loop_tpg_nexus_store() 1007 tl_hba->tl_proto_id = SCSI_PROTOCOL_FCP; in tcm_loop_make_scsi_hba()
|
/Linux-v6.6/drivers/target/tcm_fc/ |
D | tfc_conf.c | 259 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in ft_add_tpg()
|
/Linux-v6.6/drivers/xen/ |
D | xen-scsiback.c | 1317 case SCSI_PROTOCOL_FCP: in scsiback_dump_proto_id() 1370 tport->tport_proto_id = SCSI_PROTOCOL_FCP; in scsiback_make_tport() 1664 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_FCP) { in scsiback_tpg_nexus_store()
|
/Linux-v6.6/drivers/vhost/ |
D | scsi.c | 2116 case SCSI_PROTOCOL_FCP: in vhost_scsi_dump_proto_id() 2383 if (tport_wwn->tport_proto_id != SCSI_PROTOCOL_FCP) { in vhost_scsi_tpg_nexus_store() 2513 tport->tport_proto_id = SCSI_PROTOCOL_FCP; in vhost_scsi_make_tport()
|
/Linux-v6.6/drivers/scsi/ |
D | ses.c | 457 case SCSI_PROTOCOL_FCP: in ses_process_descriptor()
|
/Linux-v6.6/drivers/scsi/elx/efct/ |
D | efct_lio.c | 912 ret = core_tpg_register(wwn, &tpg->tpg, SCSI_PROTOCOL_FCP); in efct_lio_make_tpg() 975 ret = core_tpg_register(wwn, &tpg->tpg, SCSI_PROTOCOL_FCP); in efct_lio_npiv_make_tpg()
|
/Linux-v6.6/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 1019 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in tcm_qla2xxx_make_tpg() 1110 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in tcm_qla2xxx_npiv_make_tpg()
|