Home
last modified time | relevance | path

Searched refs:spp_type (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/libfc/
Dfc_rport.c1159 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1160 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1182 prov = fc_passive_prov[rdata->spp_type]; in fc_rport_prli_resp()
1191 if (rdata->spp_type != FC_TYPE_FCP || in fc_rport_prli_resp()
2010 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2011 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2015 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req()
2018 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2021 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2030 rspp->spp_type, active, passive); in fc_rport_recv_prli_req()
[all …]
/Linux-v5.4/include/uapi/scsi/fc/
Dfc_els.h318 __u8 spp_type; /* type code or common service params */ member
/Linux-v5.4/include/scsi/
Dlibfc.h214 u8 spp_type; member
Dfc_encode.h656 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c473 if (rdata->spp_type != FC_TYPE_FCP) { in bnx2fc_rport_event_handler()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_main.c1443 if (rdata->spp_type != FC_TYPE_FCP) { in qedf_rport_event_handler()