Lines Matching refs:rspp
1960 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prli_req() local
1986 rspp = &pp->spp; in fc_rport_recv_prli_req()
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()
2012 spp->spp_type_ext = rspp->spp_type_ext; 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()
2020 active = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2021 prov = fc_passive_prov[rspp->spp_type]; in fc_rport_recv_prli_req()
2023 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
2030 rspp->spp_type, active, passive); in fc_rport_recv_prli_req()
2040 rspp = (struct fc_els_spp *)((char *)rspp + plen); in fc_rport_recv_prli_req()
2076 struct fc_els_spp *rspp; /* request service param page */ in fc_rport_recv_prlo_req() local
2097 rspp = &pp->spp; in fc_rport_recv_prlo_req()
2113 spp->spp_type = rspp->spp_type; in fc_rport_recv_prlo_req()
2114 spp->spp_type_ext = rspp->spp_type_ext; in fc_rport_recv_prlo_req()
2185 const struct fc_els_spp *rspp, in fc_rport_fcp_prli() argument
2191 fcp_parm = ntohl(rspp->spp_params); in fc_rport_fcp_prli()
2204 spp->spp_flags |= rspp->spp_flags & FC_SPP_EST_IMG_PAIR; in fc_rport_fcp_prli()
2229 const struct fc_els_spp *rspp, in fc_rport_t0_prli() argument
2232 if (rspp->spp_flags & FC_SPP_EST_IMG_PAIR) in fc_rport_t0_prli()