Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_rport.c1037 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1769 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
1770 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
1774 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req()
1775 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
1778 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
1874 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
/linux-4.1.27/include/uapi/scsi/fc/
Dfc_els.h328 __u8 spp_type; /* type code or common service params */ member
/linux-4.1.27/include/scsi/
Dlibfc.h220 u8 spp_type; member
Dfc_encode.h668 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c473 if (rdata->spp_type != FC_TYPE_FCP) { in bnx2fc_rport_event_handler()