Lines Matching refs:rspp
1971 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prli_req() local
1997 rspp = &pp->spp; in fc_rport_recv_prli_req()
2021 rdata->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2022 spp->spp_type = rspp->spp_type; in fc_rport_recv_prli_req()
2023 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prli_req()
2026 if (rspp->spp_type < FC_FC4_PROV_SIZE) { in fc_rport_recv_prli_req()
2029 prov = fc_active_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2031 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2032 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2034 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2041 rspp->spp_type, active, passive); in fc_rport_recv_prli_req()
2051 rspp = (struct fc_els_spp *)((char *)rspp + plen); in fc_rport_recv_prli_req()
2087 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prlo_req() local
2108 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2124 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2125 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2196 const struct fc_els_spp *rspp, in fc_rport_fcp_prli() argument
2202 fcp_parm = ntohl(rspp->spp_params); in fc_rport_fcp_prli()
2215 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2240 const struct fc_els_spp *rspp, in fc_rport_t0_prli() argument
2243 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()