Lines Matching refs:rspp
1974 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prli_req() local
2000 rspp = &pp->spp; in fc_rport_recv_prli_req()
2024 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2025 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2026 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
2029 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req()
2032 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2034 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2035 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2037 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2044 rspp->spp_type, active, passive); in fc_rport_recv_prli_req()
2054 rspp = (struct fc_els_spp *)((char *)rspp + plen); in fc_rport_recv_prli_req()
2090 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prlo_req() local
2111 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2127 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2128 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2199 const struct fc_els_spp *rspp, in fc_rport_fcp_prli() argument
2205 fcp_parm = ntohl(rspp->spp_params); in fc_rport_fcp_prli()
2218 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2243 const struct fc_els_spp *rspp, in fc_rport_t0_prli() argument
2246 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()